Ellipse detection with OpenCV

前端 未结 3 2051
别那么骄傲
别那么骄傲 2020-12-05 20:42

I would like to detect ellipses with OpenCV for Android, using the Tutorial 2-Basic included with OpenCV 2.4.1 package as a starting point. Note that my ellipse would be a p

3条回答
  •  臣服心动
    2020-12-05 20:56

    One possible solution to your problem is similar to this thread Detection of coins (and fit ellipses) on an image .

    You should take a look a opencv's function fitEllipse.

提交回复
热议问题