Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp584 template <typename T> struct thresh_trunc_func : unary_function<T, T> struct
586 …explicit __host__ __device__ __forceinline__ thresh_trunc_func(T thresh_, T maxVal_ = 0) : thresh(… in thresh_trunc_func() argument
593 __host__ __device__ __forceinline__ thresh_trunc_func() {} in thresh_trunc_func() argument
594 __host__ __device__ __forceinline__ thresh_trunc_func(const thresh_trunc_func& other) in thresh_trunc_func() function
/external/opencv3/modules/cudaarithm/src/cuda/
Dthreshold.cu86 …sformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_trunc_func(thresh_), st… in thresholdImpl()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dper_element_func.hpp98 return makeExpr(transformPtr(src, thresh_trunc_func(thresh))); in threshTrunc_()
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp725 __host__ __device__ ThreshTruncFunc<T> thresh_trunc_func(T thresh) in thresh_trunc_func() function