diff --git a/src/utils/keypoints.cpp b/src/utils/keypoints.cpp index 0256a02..8625996 100644 --- a/src/utils/keypoints.cpp +++ b/src/utils/keypoints.cpp @@ -203,7 +203,7 @@ void detectKeypoints( int points_added = 0; int threshold = 40; - while (points_added < num_points_cell && threshold >= 10) { + while (points_added < num_points_cell && threshold >= 5) { std::vector points; cv::FAST(subImg, points, threshold);