OpenCV example code for find contours: vector deallocation issue

后端 未结 3 1632
你的背包
你的背包 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条回答
  •  情话喂你
    2020-12-14 23:36

    Add to System Path (as an example): H:\Source\opencv_v2_4_13_2\output\bin\Debug

    where directory: "H:\Source\opencv_v2_4_13_2\output" is used from CMake as destination directory for visual Studio 14 (2015) opencv projects.

    Your project uses opencv dll files, but is not find: opencv_core2413d.dll

提交回复
热议问题