Home
last modified time | relevance | path

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

/external/opencv3/modules/video/test/
Dtest_ecc.cpp358 Mat homoGround = (Mat_<float>(3,3) << (1-rng.uniform(-0.05f, 0.05f)), in testHomography() local
365 warpPerspective(testImg, warpedImage, homoGround, in testHomography()
378 if (computeRMS(mapHomography, homoGround)>MAX_RMS_ECC){ in testHomography()
381 computeRMS(mapHomography, homoGround)); in testHomography()