Home
last modified time | relevance | path

Searched refs:extractCovData (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dcorners.cpp71 void extractCovData(const GpuMat& src, Stream& stream);
115 void CornerBase::extractCovData(const GpuMat& src, Stream& stream) in extractCovData() function in __anon15164db30111::CornerBase
142 extractCovData(src, stream); in compute()
170 extractCovData(src, stream); in compute()
/external/opencv3/modules/imgproc/src/
Dcorner.cpp378 static bool extractCovData(InputArray _src, UMat & Dx, UMat & Dy, int depth, in extractCovData() function
463 if (!extractCovData(_src, Dx, Dy, depth, (float)scale, aperture_size, borderType)) in ocl_cornerMinEigenValVecs()
495 if (!extractCovData(_src, Dx, Dy, depth, 1, ksize, borderType)) in ocl_preCornerDetect()