Commit f4267781 authored by cbalint13's avatar cbalint13

Force buildbot rebuild.

parent 9b87c22e
...@@ -7652,7 +7652,7 @@ void AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, boo ...@@ -7652,7 +7652,7 @@ void AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, boo
currCorner++; currCorner++;
} }
// mark non-maximum corners // marks non-maximum corners
for(curr_idx = 0; curr_idx < num_Corners; curr_idx++) for(curr_idx = 0; curr_idx < num_Corners; curr_idx++)
{ {
if (nmsFlags[curr_idx] != -1) if (nmsFlags[curr_idx] != -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment