| MATLAB File Help: cv.MSER | Index |
Maximally Stable Extremal Region extractor
The class encapsulates all the parameters of the MSER extraction algorithm (see [WikiArticle]).
[WikiArticle]:
http://en.wikipedia.org/wiki/Maximally_stable_extremal_regions
[Nister08]:
David Nister and Henrik Stewenius. "Linear Time Maximally Stable Extremal Regions". In Proceedings of the 10th ECCV '08, pp 183-196. doi: 10.1007/978-3-540-88688-4_14
[Forssen07]:
Per-Erik Forssen. "Maximally Stable Colour Regions for Recognition and Matching". in CVPR '07. IEEE Conference on , pp.1-8, 17-22 June 2007 doi: 10.1109/CVPR.2007.383120 http://www.cs.ubc.ca/~perfo/papers/forssen_cvpr07.pdf
| Superclasses | handle |
| Sealed | false |
| Construct on load | false |
| MSER | Full constructor for MSER detector |
| Delta | |
| MaxArea | prune the area which bigger than MaxArea. |
| MinArea | prune the area which smaller than MinArea. |
| Pass2Only | default false |
| id | Object ID |
| addlistener | Add listener for event. | |
| clear | Clears the algorithm state | |
| delete | Destructor | |
| detect | Detects keypoints in an image or image set. | |
| detectRegions | Maximally stable extremal region extractor | |
| empty | Checks if detector object is empty. | |
| eq | == (EQ) Test handle equality. | |
| findobj | Find objects matching specified conditions. | |
| findprop | Find property of MATLAB handle object. | |
| ge | >= (GE) Greater than or equal relation for handles. | |
| getDefaultName | Returns the algorithm string identifier | |
| gt | > (GT) Greater than relation for handles. | |
| Sealed | isvalid | Test handle validity. |
| le | <= (LE) Less than or equal relation for handles. | |
| load | Loads algorithm from a file or a string | |
| lt | < (LT) Less than relation for handles. | |
| ne | ~= (NE) Not equal relation for handles. | |
| notify | Notify listeners of event. | |
| save | Saves the algorithm parameters to a file | |
| typeid | Name of the C++ type (RTTI) |