Ask Your Question

CVBear's profile - activity

2015-01-28 16:48:39 -0600 received badge  Editor (source)
2015-01-28 16:20:13 -0600 answered a question findContours - OpenCV 2.4.5, Heap Corruption

I encountered with the same problem in case building project with MS VS2010 building platform toolset and OpenCV version 2.4.10.

In my case the reason was in incorrect path to the OpenCV bin folder. It was "C:\Program Files (x86)\opencv\build\x86\vc12\bin".

But for MS VS2010 need to use "C:\Program Files (x86)\opencv\build\x86\vc10\bin". Just add path in system PATH variable to where located "opencv_core2410d.dll" for your specific OpenCV and MSVS version or copy it in folder where located your executable.