Home
last modified time | relevance | path

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

/external/opencv3/modules/video/test/
Dtest_ecc.cpp249 class CV_ECC_Test_Affine : public CV_ECC_BaseTest class
252 CV_ECC_Test_Affine();
259 CV_ECC_Test_Affine::CV_ECC_Test_Affine(){} in CV_ECC_Test_Affine() function in CV_ECC_Test_Affine
262 bool CV_ECC_Test_Affine::testAffine(int from) in testAffine()
316 void CV_ECC_Test_Affine::run(int from) in run()
482 TEST(Video_ECC_Affine, accuracy) { CV_ECC_Test_Affine test; test.safe_run(); } in TEST()