Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp550 template <typename T> struct thresh_binary_func : unary_function<T, T> struct
552 …__host__ __device__ __forceinline__ thresh_binary_func(T thresh_, T maxVal_) : thresh(thresh_), ma… in thresh_binary_func() function
554 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()
559 __host__ __device__ __forceinline__ thresh_binary_func() {} in thresh_binary_func() argument
560 __host__ __device__ __forceinline__ thresh_binary_func(const thresh_binary_func& other) in thresh_binary_func() argument
563 T thresh;
564 T maxVal;
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp685 __host__ __device__ ThreshBinaryFunc<T> thresh_binary_func(T thresh, T maxVal) in thresh_binary_func() function