Force buildbot to rebuild.
authorcbalint13 <cristian.balint@gmail.com>
Mon, 4 May 2015 16:54:08 +0000 (19:54 +0300)
committercbalint13 <cristian.balint@gmail.com>
Mon, 4 May 2015 16:54:08 +0000 (19:54 +0300)
modules/features2d/src/agast.cpp

index 01532a5..2352c15 100644 (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 );
         }
+
     }
 }