small fix
This commit is contained in:
parent
7767460dcc
commit
f8227d2e22
|
@ -203,7 +203,7 @@ void detectKeypoints(
|
||||||
int points_added = 0;
|
int points_added = 0;
|
||||||
int threshold = 40;
|
int threshold = 40;
|
||||||
|
|
||||||
while (points_added < num_points_cell && threshold >= 10) {
|
while (points_added < num_points_cell && threshold >= 5) {
|
||||||
std::vector<cv::KeyPoint> points;
|
std::vector<cv::KeyPoint> points;
|
||||||
cv::FAST(subImg, points, threshold);
|
cv::FAST(subImg, points, threshold);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue