Ask Your Question

Street's profile - activity

2016-04-28 07:31:22 -0600 commented answer MSER::create() crash

I missed to say that i compiled sources opencv3.1 with additionnal xfeatures2d for using SIFT and SURF in future. I have just recompiling the sources without this addon and it works very well. I have to understand why the library is corrupted when I compile with this addon. Thanks you very much for your quick reply.

2016-04-28 06:55:47 -0600 asked a question 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.