Home
last modified time | relevance | path

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

/external/opencv3/modules/video/test/
Dtest_ecc.cpp368 Mat mapHomography = Mat::eye(3, 3, CV_32F); in testHomography() local
370 findTransformECC(warpedImage, testImg, mapHomography, 3, in testHomography()
373 if (!isMapCorrect(mapHomography)){ in testHomography()
378 if (computeRMS(mapHomography, homoGround)>MAX_RMS_ECC){ in testHomography()
381 computeRMS(mapHomography, homoGround)); in testHomography()