Home
last modified time | relevance | path

Searched refs:thresh_to_zero_func (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp600 template <typename T> struct thresh_to_zero_func : unary_function<T, T> struct
602 …explicit __host__ __device__ __forceinline__ thresh_to_zero_func(T thresh_, T maxVal_ = 0) : thres… in thresh_to_zero_func() function
609 __host__ __device__ __forceinline__ thresh_to_zero_func() {} in thresh_to_zero_func() function
610 __host__ __device__ __forceinline__ thresh_to_zero_func(const thresh_to_zero_func& other) in thresh_to_zero_func() argument
/external/opencv3/modules/cudaarithm/src/cuda/
Dthreshold.cu89 …formUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_to_zero_func(thresh_), s… in thresholdImpl()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dper_element_func.hpp105 return makeExpr(transformPtr(src, thresh_to_zero_func(thresh))); in threshToZero_()
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp743 __host__ __device__ ThreshToZeroFunc<T> thresh_to_zero_func(T thresh) in thresh_to_zero_func() function