From 2beae4d30b5607da9dfabd373e6a35bddba00066 Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Thu, 9 Jun 2011 12:49:23 +0000 Subject: [PATCH] Minor change of SimpleBlobDetector --- modules/features2d/src/blobdetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/src/blobdetector.cpp b/modules/features2d/src/blobdetector.cpp index fce0a2b1f6..8a554490fb 100644 --- a/modules/features2d/src/blobdetector.cpp +++ b/modules/features2d/src/blobdetector.cpp @@ -231,7 +231,7 @@ void SimpleBlobDetector::detectImpl(const cv::Mat& image, std::vector= params.minDistBetweenBlobs && dist >= centers[j][ centers[j].size() / 2 ].radius && dist >= curCenters[i].radius; if (!isNew) {