Searched refs:tpts (Results 1 – 1 of 1) sorted by relevance
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/perf/ |
D | perf_affine2d.cpp | 88 Mat tpts(1, n, CV_32FC2); in PERF_TEST_P() local 91 transform(fpts, tpts, aff); in PERF_TEST_P() 94 Mat outliers = tpts.colRange(m, n); in PERF_TEST_P() 106 warmup(tpts, WARMUP_READ); in PERF_TEST_P() 110 aff_est = estimateAffine2D(fpts, tpts, inliers, method, 3, 2000, confidence, refining); in PERF_TEST_P() 136 Mat tpts(1, n, CV_32FC2); in PERF_TEST_P() local 139 transform(fpts, tpts, aff); in PERF_TEST_P() 142 Mat outliers = tpts.colRange(m, n); in PERF_TEST_P() 154 warmup(tpts, WARMUP_READ); in PERF_TEST_P() 158 … aff_est = estimateAffinePartial2D(fpts, tpts, inliers, method, 3, 2000, confidence, refining); in PERF_TEST_P()
|