How can I perform image segmentation on a multidimensional 256x256x124 uint8 MRI scan of the brain?
2 ビュー (過去 30 日間)
古いコメントを表示
I have MRI scans of the brain in which I am trying to compare the amounts of grey matter, but as they are all multidimensional I am struggling with finding how to isolate the grey matter from each scan. Any help will be greatly appreciated!
0 件のコメント
回答 (1 件)
Vandana Rajan
2017 年 2 月 25 日
Hi,
You seem to be having an image stack of 124 images each of size 256x256.
The following MATLAB example describes exploring slices from a 3 D MRI data set.
https://in.mathworks.com/help/images/examples/exploring-slices-from-a-3-dimensional-mri-data-set.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!