使用C ++在OpenCV中查找图像中每个对象的轮廓区域(闭合表面区域)

时间:2018-06-07 12:37:06

标签: opencv image-processing

Source(src) image

从这张图片中我想找到每个圆圈(轮廓/物体)的区域。 我尝试过在OpenCV中内置函数contourArea()函数,但我找不到合适的答案。

对于下图,我没有得到正确答案: Random Image for checking the answer Output of my code, Here area is pi*(diameter/2)*(diameter/2){area of circle with max radius}

有什么建议吗?

0 个答案:

没有答案