Searched defs:thresh_binary_inv_func (Results 1 – 2 of 2) sorted by relevance
567 template <typename T> struct thresh_binary_inv_func : unary_function<T, T> struct569 …_host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_),… in thresh_binary_inv_func() argument571 __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() function577 … __host__ __device__ __forceinline__ thresh_binary_inv_func(const thresh_binary_inv_func& other) in thresh_binary_inv_func() argument580 T thresh;581 T maxVal;
705 __host__ __device__ ThreshBinaryInvFunc<T> thresh_binary_inv_func(T thresh, T maxVal) in thresh_binary_inv_func() function