Lines Matching refs:ntests
60 int ntests;//number of tests per motion type member in CV_ECC_BaseTest
69 ntests = 3; in CV_ECC_BaseTest()
130 for (int k=from; k<ntests; k++){ in testTranslation()
133 progress = update_progress(progress, k, ntests, 0); in testTranslation()
204 for (int k=from; k<ntests; k++){ in testEuclidean()
206 progress = update_progress(progress, k, ntests, 0); in testEuclidean()
278 for (int k=from; k<ntests; k++){ in testAffine()
280 progress = update_progress(progress, k, ntests, 0); in testAffine()
354 for (int k=from; k<ntests; k++){ in testHomography()
356 progress = update_progress(progress, k, ntests, 0); in testHomography()
430 for (int k=from; k<ntests; k++){ in testMask()
433 progress = update_progress(progress, k, ntests, 0); in testMask()