mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Force buildbot rebuild.
This commit is contained in:
@@ -7652,7 +7652,7 @@ void AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, boo
|
||||
currCorner++;
|
||||
}
|
||||
|
||||
// mark non-maximum corners
|
||||
// marks non-maximum corners
|
||||
for(curr_idx = 0; curr_idx < num_Corners; curr_idx++)
|
||||
{
|
||||
if (nmsFlags[curr_idx] != -1)
|
||||
|
||||
Reference in New Issue
Block a user