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

  /external/opencv3/modules/cudev/test/
test_integral.cu 59 GpuMat_<uint> dst = integral_(d_src);
77 GpuMat_<float> dst = integral_(d_src);
95 GpuMat_<uint> dst = integral_(d_src);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
reduction.hpp 253 integral_(const SrcPtr& src) function in namespace:cv::cudev
  /external/opencv3/modules/imgproc/src/
sumpixels.cpp 148 void integral_( const T* src, size_t _srcstep, ST* sum, size_t _sumstep, function in namespace:cv
316 static void integral_##suffix( T* src, size_t srcstep, ST* sum, size_t sumstep, QT* sqsum, size_t sqsumstep, \
318 { integral_(src, srcstep, sum, sumstep, sqsum, sqsumstep, tilted, tiltedstep, size, cn); }

Completed in 64 milliseconds