Home
last modified time | relevance | path

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

/external/opencv3/modules/video/test/
Dtest_ecc.cpp55 double computeRMS(const Mat& mat1, const Mat& mat2);
88 double CV_ECC_BaseTest::computeRMS(const Mat& mat1, const Mat& mat2){ in computeRMS() function in CV_ECC_BaseTest
153 if (computeRMS(mapTranslation, translationGround)>MAX_RMS_ECC){ in testTranslation()
156 computeRMS(mapTranslation, translationGround)); in testTranslation()
228 if (computeRMS(mapEuclidean, euclideanGround)>MAX_RMS_ECC){ in testEuclidean()
231 computeRMS(mapEuclidean, euclideanGround)); in testEuclidean()
303 if (computeRMS(mapAffine, affineGround)>MAX_RMS_ECC){ in testAffine()
306 computeRMS(mapAffine, affineGround)); in testAffine()
378 if (computeRMS(mapHomography, homoGround)>MAX_RMS_ECC){ in testHomography()
381 computeRMS(mapHomography, homoGround)); in testHomography()
[all …]