Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you have to create an instance of this class, before you can use it, create() is a static function, you call it like this:

Ptr<MSER> pMSER = MSER::create();
pMSER->setMaxArea(10);