Searched refs:mapHomography (Results 1 – 1 of 1) sorted by relevance
368 Mat mapHomography = Mat::eye(3, 3, CV_32F); in testHomography() local370 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()