text_extraction icon indicating copy to clipboard operation
text_extraction copied to clipboard

memory leak

Open wesleysun opened this issue 11 years ago • 4 comments

I run the code, and it's perfect. But there is some memory leak in the function mser.

Thanks!

wesleysun avatar Nov 13 '13 08:11 wesleysun

How can I build this code, I'm using Visual Studio 2010 and openCV 2.4.9 (openCV2).

Thanks !!!

pxuanqui avatar Aug 04 '14 02:08 pxuanqui

I run the project in ubuntu then has this problem terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid Aborted (core dumped)

Do you meet the same problems? And how to solve it

xietingcandice avatar Nov 25 '14 09:11 xietingcandice

is the memory leak related to the fact that the condition priority == 256 is never reached? because that if statement is never evaluated to true and the method never ends.

crisvass avatar Feb 02 '15 15:02 crisvass

Dear Weslesun and lluisgomez

please specify how to build this code. how to run it

riturajsoni avatar Jul 05 '16 05:07 riturajsoni