Force buildbot rebuild.
This commit is contained in:
parent
9b87c22e01
commit
f426778160
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user