Force buildbot rebuild.

This commit is contained in:
cbalint13 2015-05-02 11:25:22 +03:00
parent 9b87c22e01
commit f426778160

View File

@ -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)