FindContours() application has stopped working [closed]

asked 2015-10-16 07:40:13 -0600

Hi,i am using opencv3.0 on Microsoft Visual Studio2013 .I used a lot of function from opencv but when i call findcontours() application crash .I need some help about how can i solve this.Thank you.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-10 14:33:44.598539

Comments

4

most likely not a bug, but a linker problem with your project.

please check carefully, if you're strictly using opencv release libs with release, and debug libs with debug. also make sure, you use multithreaded-dynamic c runtime (/MD or /MDd)

(some folks just copy over project settings from debug to release blindly, and end up like you..)

last but not least, your code, please !

berak gravatar imageberak ( 2015-10-16 08:23:36 -0600 )edit

Yes please post your code along with the error you're seeing.

Brandon212 gravatar imageBrandon212 ( 2015-10-16 09:44:54 -0600 )edit