From 8ba1ec22e4d61a99f2a85b0ed95cb6ee4cdf7a08 Mon Sep 17 00:00:00 2001 From: cbalint13 Date: Mon, 4 May 2015 19:54:08 +0300 Subject: [PATCH] Force buildbot to rebuild. --- modules/features2d/src/agast.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/features2d/src/agast.cpp b/modules/features2d/src/agast.cpp index 01532a538c..2352c15afb 100644 --- a/modules/features2d/src/agast.cpp +++ b/modules/features2d/src/agast.cpp @@ -7665,6 +7665,7 @@ void AGAST(InputArray _img, std::vector& keypoints, int threshold, boo if (keypoints[j - 1].response == -1) keypoints.erase(keypoints.begin() + j - 1 ); } + } }