Removed unnecessary function from SimpleBlobDetector

This commit is contained in:
Ilya Lysenkov 2011-06-09 11:16:18 +00:00
parent f60d7fdfef
commit cb511861ac

View File

@ -1598,8 +1598,6 @@ protected:
virtual void detectImpl( const Mat& image, vector<KeyPoint>& keypoints, const Mat& mask=Mat() ) const;
virtual void findBlobs(const cv::Mat &image, const cv::Mat &binaryImage, std::vector<Center> &centers) const;
Point2d computeGrayscaleCentroid(const cv::Mat &image, const std::vector<cv::Point> &contour) const;
Params params;
};