Ask Your Question

Revision history [back]

MSER and param maxArea

Hi, In this code program detect MSER region using different MSERParam giving as result 2D graph or 3D graph.

In first graph there is only one region with 8452 pixels. This region include level 153(4320 pixels with border) and 113(4516 pixels with border ). In program maxArea is 5000. In this document maxArea is defined as :

//! prune the area which bigger than maxArea

It seems that this area is not the final area but "intermediate" area. Is it right?

MSER and param maxArea

Hi, In this code program detect MSER region using different MSERParam giving as result 2D graph or 3D graph.

In first graph there is only one region with 8452 8132 pixels. This region include level 153(4320 153(4132 pixels with border) ) and 113(4516 163(4000 pixels with border ). In program maxArea is 5000. In this document maxArea is defined as :

//! prune the area which bigger than maxArea

It seems that this area is not the final area but "intermediate" area. Is it right?