python 3D图像连通区域检测

效果图

如下图,3D模型由多张2D图像合并而成,空间中存在背景0-透明(已去掉),目标1-红色,目标2-绿色,目标3-蓝色(可视化使用VTK实现,并进行去背景操作)

python 3D图像连通区域检测_第1张图片

连通区域检测第三方库

cc3d: Connected Components on Multilabel 3D Images
项目地址:https://github.com/seung-lab/connected-components-3d

pip直接安装

pip install connected-components-3d

3D连通区域检测

场景1 - 分割出不同的连通区域

# 模型为一个3维灰度模型, shape输出为: (128, 128, 128)
path = 

你可能感兴趣的:(Python,python,连通区域检测,连通区域,3d)