0

Could anyone provide some ballpark for these 9 parameters in MSER class? These 9 inputs are the below: int delta, int minArea, int maxArea, double maxVariation, double minDiversity, int maxEvolution, double areaThreshold, double minMargin, int edgeBlurSize

HMK
  • 564
  • 6
  • 14
  • This stackoverflow Q&A fairly well addresses my question. (http://stackoverflow.com/questions/17647500/exact-meaning-of-the-parameters-given-to-initialize-mser-in-opencv-2-4-x) – HMK Nov 08 '13 at 09:49

1 Answers1

1

The explanation presented this blog and in the VLFeat website should give you a good overview of all the parameters.. I would also recommend reading their paper to get a good handle on the math..

Hope this helps.

scap3y
  • 1,188
  • 10
  • 27