删除大圈opencv android中的小圆圈

时间:2016-06-08 14:33:02

标签: android opencv

我是一个新手android和opencv。当我尝试移除大圆圈内的一些小圆圈时,我遇到了一些问题(我只想要一个大圆圈)。 enter image description here

当我把球放在相机附近时,我的大圆圈是一个球,一些小圆圈反射光线。我尝试使用形态去除小圆圈,但是当我将球移开很远时,圆圈较小而且它也被移除,我不知道如何解决这个问题。

1 个答案:

答案 0 :(得分:-1)

使用findContours函数ifrom OpenCV:http://docs.opencv.org/2.4/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=findcontours#findcontours
如果您使用CV_RETR_EXTERNAL选项,它将只给出您的极端外轮廓。