Searched defs:thresh_binary_func (Results 1 – 2 of 2) sorted by relevance
550 template <typename T> struct thresh_binary_func : unary_function<T, T> struct552 …__host__ __device__ __forceinline__ thresh_binary_func(T thresh_, T maxVal_) : thresh(thresh_), ma… in thresh_binary_func() function554 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()559 __host__ __device__ __forceinline__ thresh_binary_func() {} in thresh_binary_func() argument560 __host__ __device__ __forceinline__ thresh_binary_func(const thresh_binary_func& other) in thresh_binary_func() argument563 T thresh;564 T maxVal;
685 __host__ __device__ ThreshBinaryFunc<T> thresh_binary_func(T thresh, T maxVal) in thresh_binary_func() function