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

后端 未结 3 1020
时光说笑
时光说笑 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条回答
  •  悲&欢浪女
    2021-01-16 02:15

    according to this : Returning from function crashing, only after a certain point in the code

    and my own experience (unfortunately) compiling the program in vs 2013 instead of 2015 or just changing the platform toolset to (v120) was enough for me to fix the bug

提交回复
热议问题