Home | Sort by relevance Sort by last modified time |
/external/opencv3/modules/core/include/opencv2/core/cuda/ | |
functional.hpp | 567 template <typename T> struct thresh_binary_inv_func : unary_function<T, T> struct in namespace:cv::cuda::device 569 __host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {} function in struct:cv::cuda::device::thresh_binary_inv_func 576 __host__ __device__ __forceinline__ thresh_binary_inv_func() {} function in struct:cv::cuda::device::thresh_binary_inv_func 577 __host__ __device__ __forceinline__ thresh_binary_inv_func(const thresh_binary_inv_func& other) function in struct:cv::cuda::device::thresh_binary_inv_func |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ | |
functional.hpp | 705 __host__ __device__ ThreshBinaryInvFunc<T> thresh_binary_inv_func(T thresh, T maxVal) function in namespace:cv::cudev |