Searched refs:mapAffine (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/video/test/ |
D | test_ecc.cpp | 293 Mat mapAffine = (Mat_<float>(2,3) << 1, 0, 0, 0, 1, 0); in testAffine() local 295 findTransformECC(warpedImage, testImg, mapAffine, 2, in testAffine() 298 if (!isMapCorrect(mapAffine)){ in testAffine() 303 if (computeRMS(mapAffine, affineGround)>MAX_RMS_ECC){ in testAffine() 306 computeRMS(mapAffine, affineGround)); in testAffine()
|