3

I wanted to know if there is a full implementation of MSER (Maximally stable extremal regions) in MATLAB? The ones at VLFeat are Mex or C++ implementations and are imported to Matlab

Thanks for the guidance.

Dima
  • 38,860
  • 14
  • 75
  • 115

2 Answers2

3

How about detectMSERFeatures in the CVS toolbox?

3lectrologos
  • 9,469
  • 4
  • 39
  • 46
  • Does it provide the complete implementation which I can look at ? –  Apr 23 '12 at 06:29
  • Sorry, I don't have the newest version of Matlab, so my CVS toolbox doesn't contain this function. However, there is complete Matlab code for other functions in the toolbox (e.g. `estimateFundamentalMatrix`), so I suppose there will be a complete implementation for `detectMSERFeatures` as well. – 3lectrologos Apr 23 '12 at 07:11
  • OK, may be I need to get Matlab and check it myself. If I find the code, will mark your answer. Thanks –  Apr 23 '12 at 09:12
2

Yeah ,CVS toolbox does have the complete implementation of MSER detector .Check the detectMSERFeatures.m file.

dgund
  • 3,459
  • 4
  • 39
  • 64
armysheng
  • 133
  • 7