Reputation: 574
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
Upvotes: 0
Views: 262
Reputation: 1198
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.
Upvotes: 1