Hierarchical K-means Clustering for MRI Lung Imaging

版本 1.0211 (4.2 KB) 作者: Christine Poon
This code performs hierarchical k-means clustering for MRI lung imaging analysis
21.0 次下载
更新时间 2024/8/9

查看许可证

This code performs hierarchical k-means clustering to quantify fractional ventilation and facilitate assessment of ventilation defect percentages in lung MRI images. The methodology is a direct translation of the method described by Kirby et al 2012 (Hyperpolarized 3He Magnetic Resonance Functional Imaging Semiautomated Segmentation), with various options for displaying and saving the cluster maps as well as exporting a tabular summary of cluster sizes. This work was developed as part of a suite of image analysis codes between February-May 2024 and is suitable for PREFUL image and contrast agent-based e.g. helium MRI image analysis. Please run with Matlab Image Processing and Mapping Toolboxes. Sample outputs from the accompanying documentation:
N.B. The k-means function currently does not sort the centroid clusters. Please add a script to do this after each round of clustering (hint: apply the sort function and a simple for loop) or contact the author for the solution. The original code also plots and analyses histogram distributions of the voxel intensities.

引用格式

Christine Poon (2024). Hierarchical K-means Clustering for MRI Lung Imaging (https://www.mathworks.com/matlabcentral/fileexchange/168256-hierarchical-k-means-clustering-for-mri-lung-imaging), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0211

Updated description to include sample outputs

1.021

Edited description as there were some formatting issues while editing on mobile!

1.0.2

Updated description regarding cluster sorting and to clarify the timeframe over which the code was developed

1.0.1

Updated description

1.0.0