https://github.com/idiap/mser
Linear time Maximally Stable Extremal Regions implementation
https://github.com/idiap/mser
Last synced: about 1 year ago
JSON representation
Linear time Maximally Stable Extremal Regions implementation
- Host: GitHub
- URL: https://github.com/idiap/mser
- Owner: idiap
- License: gpl-3.0
- Created: 2012-09-04T07:42:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-20T14:29:39.000Z (over 13 years ago)
- Last Synced: 2025-03-23T01:03:10.415Z (about 1 year ago)
- Language: C++
- Size: 130 KB
- Stars: 98
- Watchers: 16
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MSER
===
Linear time Maximally Stable Extremal Regions (MSER) implementation as described
in D. Nistér and H. Stewénius, "Linear Time Maximally Stable Extremal Regions",
ECCV 2008.
The functionality is similar to that of VLFeat MSER feature detector
but the code is several time faster.
MSER is a blob detector, like the Laplacian of Gaussian used by the SIFT
algorithm. It extracts stable connected regions of some level sets from an
image, and optionally fits ellipses to them.