Searched refs:thresh_binary_func (Results 1 – 4 of 4) 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() argument559 __host__ __device__ __forceinline__ thresh_binary_func() {} in thresh_binary_func() function560 __host__ __device__ __forceinline__ thresh_binary_func(const thresh_binary_func& other) in thresh_binary_func() function
80 …formUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_binary_func(thresh_, max… in thresholdImpl()
84 return makeExpr(transformPtr(src, thresh_binary_func(thresh, maxVal))); in threshBinary_()
685 __host__ __device__ ThreshBinaryFunc<T> thresh_binary_func(T thresh, T maxVal) in thresh_binary_func() function