Home
last modified time | relevance | path

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

/external/opencv3/modules/core/misc/java/test/
DCoreTest.java110 Core.calcCovarMatrix(gray0_32f, covar, mean, Core.COVAR_ROWS | Core.COVAR_NORMAL); in testCalcCovarMatrixMatMatMatInt()
120 … Core.calcCovarMatrix(gray0_32f, covar, mean, Core.COVAR_ROWS | Core.COVAR_NORMAL, CvType.CV_32F); in testCalcCovarMatrixMatMatMatIntInt()
942 …Core.calcCovarMatrix(grayRnd_32f, covar, mean, Core.COVAR_ROWS | Core.COVAR_NORMAL, CvType.CV_32F); in testMahalanobis()
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp182 COVAR_ROWS = 8, enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java157 COVAR_ROWS = 8, field in Core