]> rtime.felk.cvut.cz Git - opencv.git/blobdiff - opencv/include/opencv/cv.hpp
added const in MSER::operator()
[opencv.git] / opencv / include / opencv / cv.hpp
index 69699a201f25091dd1067f224e4e5ba7ffdb80a4..d2826fce40e42b3cc6ae752966646613c4becad1 100644 (file)
@@ -1002,7 +1002,7 @@ public:
           float _max_variation, float _min_diversity,
           int _max_evolution, double _area_threshold,
           double _min_margin, int _edge_blur_size );
-    void operator()(Mat& image, vector<vector<Point> >& msers, const Mat& mask) const;
+    void operator()( const Mat& image, vector<vector<Point> >& msers, const Mat& mask ) const;
 };