computeRMS 55 modules/video/test/test_ecc.cpp double computeRMS(const Mat& mat1, const Mat& mat2); computeRMS 153 modules/video/test/test_ecc.cpp if (computeRMS(mapTranslation, translationGround)>MAX_RMS_ECC){ computeRMS 156 modules/video/test/test_ecc.cpp computeRMS(mapTranslation, translationGround)); computeRMS 228 modules/video/test/test_ecc.cpp if (computeRMS(mapEuclidean, euclideanGround)>MAX_RMS_ECC){ computeRMS 231 modules/video/test/test_ecc.cpp computeRMS(mapEuclidean, euclideanGround)); computeRMS 303 modules/video/test/test_ecc.cpp if (computeRMS(mapAffine, affineGround)>MAX_RMS_ECC){ computeRMS 306 modules/video/test/test_ecc.cpp computeRMS(mapAffine, affineGround)); computeRMS 378 modules/video/test/test_ecc.cpp if (computeRMS(mapHomography, homoGround)>MAX_RMS_ECC){ computeRMS 381 modules/video/test/test_ecc.cpp computeRMS(mapHomography, homoGround)); computeRMS 461 modules/video/test/test_ecc.cpp if (computeRMS(mapTranslation, translationGround)>MAX_RMS_ECC){ computeRMS 464 modules/video/test/test_ecc.cpp computeRMS(mapTranslation, translationGround));