首页 > 解决方案 > Matlab 中的 DICOM 文件分割。将 4d 导出为 3d?

问题描述

我想使用 Image Segmenter 分割一个医疗案例。我知道怎么做,但我需要工作区中的 3D 文件。我正在使用 Dicom 查看器来读取包含 dicom 文件的文件夹。不幸的是,它只导出 4d。我怎样才能把它变成3d?

这是我尝试做的:https ://www.mathworks.com/help/images/segment-lungs-from-3-d-chest-mri-data.html 这个功能需要3D图像:

V = histeq (V);

BW = activecontour (V, mask, 100, „Chan-Vese” );

segmentedImage = V. * single (BW);

也许我可以使用其他功能?如果是,是哪一个?

标签: matlabimage-processingimage-segmentationimage-conversionmedical-imaging

解决方案


推荐阅读