使用-connected-components进行连通域分析
广告
{{v.name}}
使用-connected-components进行连通域分析
-connected-components 选项对图像进行连通域分析(Connected Component Analysis / Blob Detection),自动检测和标记图像中连接的对象区域。配合 -define connected-components:area-threshold= 和 -define connected-components:mean-color=true 可过滤小面积噪声并显示各组件平均颜色。输出为按组件着色的标注图像,以及各组件属性列表。
选择连通域分析参数,查看生成的图像效果:
命令:
{{ get_command(model) }}原图
连通域分析结果