1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Copied some comments from wiki to the main documentation

This commit is contained in:
Ilya Lysenkov
2011-06-21 15:24:43 +00:00
parent fc02f7ff4a
commit 3fa4c8f091
10 changed files with 25 additions and 11 deletions
@@ -46,7 +46,7 @@ Maximally stable extremal region extractor. ::
};
The class encapsulates all the parameters of the MSER extraction algorithm (see
http://en.wikipedia.org/wiki/Maximally_stable_extremal_regions).
http://en.wikipedia.org/wiki/Maximally_stable_extremal_regions). Also see http://opencv.willowgarage.com/wiki/documentation/cpp/features2d/MSER for usefull comments and parameters description.
.. index:: StarDetector