Generation of a binary mask of various brain regions
3 次查看(过去 30 天)
显示 更早的评论
Hello Matlab-Experts,
I would like to install a Nifti.zip which allows me to open AAL files within MATLAB. Furthermore I would like to apply a binary mask for some brain regions and calculate a mean of each region(citalo and placebo).
Does someone know how to do it?
Thanks in advance, Chris
2 个评论
Image Analyst
2021-8-7
@Ioannis Gkouzionis, what exactly is the problem:
- Unzipping/extracting code and saving it
- Opening AAL files as images
- Setting a path to the new code (if necessary)
- Segmenting the image into citalo and placebo regions. (Getting binary masks)
- Doing the image analysis with the mask to get the area of each region.
Obviously #1 should be easy for you or any computer user.
回答(1 个)
Image Analyst
2014-2-15
I'm not sure what to tell you about unzipping the code and running it. Presumably you can figure that out yourself or with the help of someone next to you.
See my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 and it will help you get regions and calculate means and centroids. Just replace imread() with your AAL file reader function.
2 个评论
Image Analyst
2014-2-16
If you want to run that code then it must be on the search path. You can use the addpath(genpath()) command.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!