Hierarchical K-means Clustering for MRI Lung Imaging

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

查看许可证

This code performs hierarchical k-means clustering method according to the method interpreted and adapted from the method described by Kirby et al 2012 (Hyperpolarized 3He Magnetic Resonance Functional Imaging Semiautomated Segmentation) and was developed as part of a suite of image analysis codes between February-May 2024. Suitable for PREFUL image and contrast agent-based e.g. helium MRI image analysis. Please apply with Matlab Image Processing and Mapping Toolboxes.
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: sort function and a simple for loop) or contact the author for the solution.

引用格式

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.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