Ask Your Question

Revision history [back]

MSER::create() crash

Hi everyone,

I search everywhere on internet a solution of my problem and i haven't found something interesting to help me. So that's why i'm here. I would like to use the detector MSER from features2d.hpp but while i use the function create() of MSER, my program crash at the start of the execution.

Ptr<MSER> pMSER;
pMSER->create();

Do I have to initialize something before use the function? Do you have clues to help me in order to resolve this problem. Thanks in advance.