From f1fa9f34b93b3d860ce64d726fd45a4490309789 Mon Sep 17 00:00:00 2001 From: mdim Date: Mon, 5 Apr 2010 12:41:43 +0000 Subject: [PATCH] updated doc on MSER git-svn-id: https://code.ros.org/svn/opencv/trunk@2987 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08 --- opencv/doc/cv_feature_detection.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv/doc/cv_feature_detection.tex b/opencv/doc/cv_feature_detection.tex index d3a09061..4b72f981 100644 --- a/opencv/doc/cv_feature_detection.tex +++ b/opencv/doc/cv_feature_detection.tex @@ -1057,7 +1057,7 @@ public: // runs the extractor on the specified image; returns the MSERs, // each encoded as a contour (vector, see findContours) // the optional mask marks the area where MSERs are searched for - void operator()(Mat& image, vector >& msers, const Mat& mask) const; + void operator()( const Mat& image, vector >& msers, const Mat& mask ) const; }; \end{lstlisting} -- 2.39.2