First time here? Check out the FAQ!
answered 2016-04-28 07:02:05 -0600
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);