Update src/utils/keypoints.cpp
This commit is contained in:
parent
78254ac288
commit
e94923b8a7
|
@ -382,7 +382,7 @@ void findInliersRansac(const KeypointsData& kd1, const KeypointsData& kd2,
|
||||||
// run ransac
|
// run ransac
|
||||||
ransac.sac_model_ = relposeproblem_ptr;
|
ransac.sac_model_ = relposeproblem_ptr;
|
||||||
ransac.threshold_ = ransac_thresh;
|
ransac.threshold_ = ransac_thresh;
|
||||||
ransac.max_iterations_ = 25;
|
ransac.max_iterations_ = 100;
|
||||||
ransac.computeModel();
|
ransac.computeModel();
|
||||||
|
|
||||||
// do non-linear refinement and add more inliers
|
// do non-linear refinement and add more inliers
|
||||||
|
|
Loading…
Reference in New Issue