Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp616 template <typename T> struct thresh_to_zero_inv_func : unary_function<T, T> struct
618 …host__ __device__ __forceinline__ thresh_to_zero_inv_func(T thresh_, T maxVal_ = 0) : thresh(thres… in thresh_to_zero_inv_func() function
620 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()
625 __host__ __device__ __forceinline__ thresh_to_zero_inv_func() {} in thresh_to_zero_inv_func() argument
626 … __host__ __device__ __forceinline__ thresh_to_zero_inv_func(const thresh_to_zero_inv_func& other) in thresh_to_zero_inv_func() function
629 T thresh;
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp761 __host__ __device__ ThreshToZeroInvFunc<T> thresh_to_zero_inv_func(T thresh) in thresh_to_zero_inv_func() function