Home
last modified time | relevance | path

Searched defs:thresh_to_zero_func (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp600 template <typename T> struct thresh_to_zero_func : unary_function<T, T> struct
602 …__host__ __device__ __forceinline__ thresh_to_zero_func(T thresh_, T maxVal_ = 0) : thresh(thresh_… in thresh_to_zero_func() argument
604 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()
609 __host__ __device__ __forceinline__ thresh_to_zero_func() {} in thresh_to_zero_func() argument
610 __host__ __device__ __forceinline__ thresh_to_zero_func(const thresh_to_zero_func& other) in thresh_to_zero_func() function
613 T thresh;
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp743 __host__ __device__ ThreshToZeroFunc<T> thresh_to_zero_func(T thresh) in thresh_to_zero_func() function