Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp550 template <typename T> struct thresh_binary_func : unary_function<T, T> struct
552 …__host__ __device__ __forceinline__ thresh_binary_func(T thresh_, T maxVal_) : thresh(thresh_), ma… in thresh_binary_func() argument
559 __host__ __device__ __forceinline__ thresh_binary_func() {} in thresh_binary_func() function
560 __host__ __device__ __forceinline__ thresh_binary_func(const thresh_binary_func& other) in thresh_binary_func() function
/external/opencv3/modules/cudaarithm/src/cuda/
Dthreshold.cu80 …formUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_binary_func(thresh_, max… in thresholdImpl()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dper_element_func.hpp84 return makeExpr(transformPtr(src, thresh_binary_func(thresh, maxVal))); in threshBinary_()
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp685 __host__ __device__ ThreshBinaryFunc<T> thresh_binary_func(T thresh, T maxVal) in thresh_binary_func() function