HomeSort by relevance Sort by last modified time
    Searched refs:thresh_binary_inv_func (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/cudaarithm/src/cuda/
threshold.cu 83 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_binary_inv_func(thresh_, maxVal_), stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
per_element_func.hpp 91 return makeExpr(transformPtr(src, thresh_binary_inv_func(thresh, maxVal)));
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 567 template <typename T> struct thresh_binary_inv_func : unary_function<T, T> struct in namespace:cv::cuda::device
569 __host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {} function in struct:cv::cuda::device::thresh_binary_inv_func
576 __host__ __device__ __forceinline__ thresh_binary_inv_func() {} function in struct:cv::cuda::device::thresh_binary_inv_func
577 __host__ __device__ __forceinline__ thresh_binary_inv_func(const thresh_binary_inv_func& other) function in struct:cv::cuda::device::thresh_binary_inv_func
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 705 __host__ __device__ ThreshBinaryInvFunc<T> thresh_binary_inv_func(T thresh, T maxVal) function in namespace:cv::cudev

Completed in 1355 milliseconds