Home
last modified time | relevance | path

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

/external/opencv3/modules/video/test/
Dtest_ecc.cpp283 Mat affineGround = (Mat_<float>(2,3) << (1-rng.uniform(-0.05f, 0.05f)), in testAffine() local
290 warpAffine(testImg, warpedImage, affineGround, in testAffine()
303 if (computeRMS(mapAffine, affineGround)>MAX_RMS_ECC){ in testAffine()
306 computeRMS(mapAffine, affineGround)); in testAffine()