Removed unnecessary function from SimpleBlobDetector
authorIlya Lysenkov <no@email>
Thu, 9 Jun 2011 11:16:18 +0000 (11:16 +0000)
committerIlya Lysenkov <no@email>
Thu, 9 Jun 2011 11:16:18 +0000 (11:16 +0000)
modules/features2d/include/opencv2/features2d/features2d.hpp

index 7783891..300a8ea 100644 (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;
 };