Opencv 3.0.0 , C++, Visual Studio 2015 - error in finding contours and ConvexHull

后端 未结 3 1045
时光说笑
时光说笑 2021-01-16 01:50

I am trying to write a program that can create a polygon(of any number of sides) around a certain object and find the polygon\'s centroid . For this purpose, I opted to use

3条回答
  •  猫巷女王i
    2021-01-16 02:14

    I had a same my case. (opencv 3.0) I tried this, then findcontours() works well.

    I think, you already input information as follows.. Linker --> Input (입력) --> Additional Dependencies

    opencv_world300d.lib opencv_world300.lib opencv_ts300d.lib opencv_ts300.lib

    There arent't edited library, I was just align it (300d.lib -> 300.lib) and apply! and it works well!

提交回复
热议问题