Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp567 template <typename T> struct thresh_binary_inv_func : unary_function<T, T> struct
569 …_host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_),… in thresh_binary_inv_func() argument
571 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()
576 __host__ __device__ __forceinline__ thresh_binary_inv_func() {} in thresh_binary_inv_func() function
577 … __host__ __device__ __forceinline__ thresh_binary_inv_func(const thresh_binary_inv_func& other) in thresh_binary_inv_func() argument
580 T thresh;
581 T maxVal;
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp705 __host__ __device__ ThreshBinaryInvFunc<T> thresh_binary_inv_func(T thresh, T maxVal) in thresh_binary_inv_func() function