标签: 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}
有什么建议吗?