OpenCV example code for find contours: vector deallocation issue

后端 未结 3 1624
你的背包
你的背包 2020-12-14 22:50

I\'m trying to get started with contour detection in OpenCV 2.4.2. To this end, I set up a project for OpenCV and copied the whole example code found in the documentation. F

3条回答
  •  萌比男神i
    2020-12-14 23:29

    Go into your solution-options, there the c-runtime (CRT) settings and check the linking (CRT as mentioned above)... if your project was/is (once) created with VS10 and you use a newer version, just edit the links not to be 10, but 11 or 12 ..

提交回复
热议问题