Home | Sort by relevance Sort by last modified time |
/external/opencv3/modules/core/include/opencv2/core/cuda/ | |
functional.hpp | 550 template <typename T> struct thresh_binary_func : unary_function<T, T> struct in namespace:cv::cuda::device 552 __host__ __device__ __forceinline__ thresh_binary_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {} function in struct:cv::cuda::device::thresh_binary_func 559 __host__ __device__ __forceinline__ thresh_binary_func() {} function in struct:cv::cuda::device::thresh_binary_func 560 __host__ __device__ __forceinline__ thresh_binary_func(const thresh_binary_func& other) function in struct:cv::cuda::device::thresh_binary_func |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ | |
functional.hpp | 685 __host__ __device__ ThreshBinaryFunc<T> thresh_binary_func(T thresh, T maxVal) function in namespace:cv::cudev |