Home
last modified time | relevance | path

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

/external/opencv3/modules/video/test/
Dtest_ecc.cpp56 bool isMapCorrect(const Mat& mat);
75 bool CV_ECC_BaseTest::isMapCorrect(const Mat& map) in isMapCorrect() function in CV_ECC_BaseTest
148 if (!isMapCorrect(mapTranslation)){ in testTranslation()
223 if (!isMapCorrect(mapEuclidean)){ in testEuclidean()
298 if (!isMapCorrect(mapAffine)){ in testAffine()
373 if (!isMapCorrect(mapHomography)){ in testHomography()
456 if (!isMapCorrect(mapTranslation)){ in testMask()