Removed unnecessary function from SimpleBlobDetector

pull/13383/head
Ilya Lysenkov 14 years ago
parent f60d7fdfef
commit cb511861ac
  1. 2
      modules/features2d/include/opencv2/features2d/features2d.hpp

@ -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;
};

Loading…
Cancel
Save