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

  /external/opencv3/modules/cudaarithm/src/cuda/
threshold.cu 92 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_to_zero_inv_func(thresh_), stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
per_element_func.hpp 112 return makeExpr(transformPtr(src, thresh_to_zero_inv_func(thresh)));
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 616 template <typename T> struct thresh_to_zero_inv_func : unary_function<T, T> struct in namespace:cv::cuda::device
618 explicit __host__ __device__ __forceinline__ thresh_to_zero_inv_func(T thresh_, T maxVal_ = 0) : thresh(thresh_) {(void)maxVal_;} function in struct:cv::cuda::device::thresh_to_zero_inv_func
625 __host__ __device__ __forceinline__ thresh_to_zero_inv_func() {} function in struct:cv::cuda::device::thresh_to_zero_inv_func
626 __host__ __device__ __forceinline__ thresh_to_zero_inv_func(const thresh_to_zero_inv_func& other) function in struct:cv::cuda::device::thresh_to_zero_inv_func
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 761 __host__ __device__ ThreshToZeroInvFunc<T> thresh_to_zero_inv_func(T thresh) function in namespace:cv::cudev

Completed in 1307 milliseconds