标签: python blob
我正在使用connectedComponentsWithStats来确定图像中有多少肿瘤(白色区域),然后测量每个肿瘤的大小。 这是图像: Image of tumors in white in a black background
我正在使用以下代码
15px
但是,它发现的不是212个blob,而是4个blob。 这是我得到的结果
.container
您能帮我解决什么问题吗?