Searched refs:translationGround (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/video/test/ |
D | test_ecc.cpp | 135 Mat translationGround = (Mat_<float>(2,3) << 1, 0, (rng.uniform(10.f, 20.f)), in testTranslation() local 140 warpAffine(testImg, warpedImage, translationGround, in testTranslation() 153 if (computeRMS(mapTranslation, translationGround)>MAX_RMS_ECC){ in testTranslation() 156 computeRMS(mapTranslation, translationGround)); in testTranslation() 435 Mat translationGround = (Mat_<float>(2,3) << 1, 0, (rng.uniform(10.f, 20.f)), in testMask() local 440 warpAffine(testImg, warpedImage, translationGround, in testMask() 461 if (computeRMS(mapTranslation, translationGround)>MAX_RMS_ECC){ in testMask() 464 computeRMS(mapTranslation, translationGround)); in testMask()
|