]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
updated doc on MSER
authormdim <mdim@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Mon, 5 Apr 2010 12:41:43 +0000 (12:41 +0000)
committermdim <mdim@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Mon, 5 Apr 2010 12:41:43 +0000 (12:41 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2987 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/doc/cv_feature_detection.tex

index d3a09061824c6d3ddfca1828c0e427f33f36cfac..4b72f981539c6416bae2847d62ba8ad54410a859 100644 (file)
@@ -1057,7 +1057,7 @@ public:
     // runs the extractor on the specified image; returns the MSERs,
     // each encoded as a contour (vector<Point>, see findContours)
     // the optional mask marks the area where MSERs are searched for
-    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;
 };
 \end{lstlisting}