HMK
HMK

Reputation: 574

How to assign value to cvMSERParams in MSER?

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

Answers (1)

scap3y
scap3y

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

Related Questions