1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Force buildbot to rebuild.

This commit is contained in:
cbalint13
2015-05-04 19:54:08 +03:00
parent f426778160
commit 8ba1ec22e4
+1
View File
@@ -7665,6 +7665,7 @@ void AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, boo
if (keypoints[j - 1].response == -1)
keypoints.erase(keypoints.begin() + j - 1 );
}
}
}