FindContours() application has stopped working [closed]
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.
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 !
Yes please post your code along with the error you're seeing.