From: cbalint13 Date: Mon, 4 May 2015 16:54:08 +0000 (+0300) Subject: Force buildbot to rebuild. X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~2496^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ba1ec22e4d61a99f2a85b0ed95cb6ee4cdf7a08;p=platform%2Fupstream%2Fopencv.git Force buildbot to rebuild. --- diff --git a/modules/features2d/src/agast.cpp b/modules/features2d/src/agast.cpp index 01532a5..2352c15 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 ); } + } }