HomeSort by relevance Sort by last modified time
    Searched full:reproj_threshold (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/calib3d/test/
test_homography.cpp 85 double reproj_threshold; member in class:CV_HomographyTest
109 reproj_threshold = 3.0;
217 cout << "Reprojection error threshold: " << reproj_threshold << " " << endl;
230 cout << "Reprojection error threshold: " << reproj_threshold << " " << endl;
347 Mat H_res_64 [4] = { cv::findHomography(src_mat_2f, dst_mat_2f, method, reproj_threshold, mask[0]),
348 cv::findHomography(src_mat_2f, dst_vec, method, reproj_threshold, mask[1]),
349 cv::findHomography(src_vec, dst_mat_2f, method, reproj_threshold, mask[2]),
350 cv::findHomography(src_vec, dst_vec, method, reproj_threshold, mask[3]) };
406 mask.at<bool>(i, 0) = !(sqrt(a[0]*a[0]+a[1]*a[1]) > reproj_threshold);
475 Mat H_res_64 [4] = { cv::findHomography(src_mat_2f, dst_mat_2f, method, reproj_threshold, mask_res[0])
    [all...]

Completed in 122 milliseconds