Home | Sort by relevance Sort by last modified time |
/external/opencv3/modules/core/include/opencv2/core/cuda/ | |
functional.hpp | 584 template <typename T> struct thresh_trunc_func : unary_function<T, T> struct in namespace:cv::cuda::device 586 explicit __host__ __device__ __forceinline__ thresh_trunc_func(T thresh_, T maxVal_ = 0) : thresh(thresh_) {(void)maxVal_;} function in struct:cv::cuda::device::thresh_trunc_func 593 __host__ __device__ __forceinline__ thresh_trunc_func() {} function in struct:cv::cuda::device::thresh_trunc_func 594 __host__ __device__ __forceinline__ thresh_trunc_func(const thresh_trunc_func& other) function in struct:cv::cuda::device::thresh_trunc_func |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ | |
functional.hpp | 725 __host__ __device__ ThreshTruncFunc<T> thresh_trunc_func(T thresh) function in namespace:cv::cudev |