Skip to content
/ mser-1 Public
forked from idiap/mser

Linear time Maximally Stable Extremal Regions implementation

License

Notifications You must be signed in to change notification settings

yan647/mser-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 http://www.vlfeat.org/overview/mser.html 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.

About

Linear time Maximally Stable Extremal Regions implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • CMake 2.2%