Home
last modified time | relevance | path

Searched refs:gridIntegral (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dintegral.cu71 gridIntegral(globPtr<uchar>(src), res, stream); in integral()
95 gridIntegral(sqr_(cvt_<int>(globPtr<uchar>(src))), res, stream); in sqrIntegral()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dintegral.hpp60 __host__ void gridIntegral(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null(… in gridIntegral() function
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dreduction.hpp247 gridIntegral(src, dst, stream); in assignTo()