Finding the center of a contour using opencv and visual c++

后端 未结 3 1127
猫巷女王i
猫巷女王i 2021-01-22 18:24

I want to find the center of a contour without doing so much calculations. Is there a built in function for that in opencv?

3条回答
  •  时光取名叫无心
    2021-01-22 18:51

    To answer your question:

    There is no built in function. Checkout berak for copypasta code that solves your problem.

提交回复
热议问题