mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Utilize CV_UNUSED macro
This commit is contained in:
@@ -193,7 +193,7 @@ void SimpleBlobDetectorImpl::findBlobs(InputArray _image, InputArray _binaryImag
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
Mat image = _image.getMat(), binaryImage = _binaryImage.getMat();
|
||||
(void)image;
|
||||
CV_UNUSED(image);
|
||||
centers.clear();
|
||||
|
||||
std::vector < std::vector<Point> > contours;
|
||||
|
||||
Reference in New Issue
Block a user