Image Processing
古いコメントを表示
I would greatly appreciate help with coding the following image processing steps in matlab: - loading in an analyze image (type:hdr/img) and binarize it (BW image and the ROI are the white areas) - For each "white area" (defined either by a 1 or 0), create its own separate mask
I am having trouble flowing each step into the other and figuring it out. I have some experience with MATLAB but I am really having trouble with this combination. I would greatly appreciate anyone's help!
Thank you in advance!
3 件のコメント
Sven
2011 年 11 月 12 日
Do you have the image processing toolbox, and have you checked out the docs about labeling black and white images?
http://www.mathworks.com/help/toolbox/images/f18-34186.html
Elle
2011 年 11 月 14 日
Walter Roberson
2011 年 11 月 14 日
bwlabel() to group the 1's.
regionprops() to get the individual masks.
採用された回答
その他の回答 (2 件)
Walter Roberson
2011 年 11 月 14 日
1 投票
ANALYZE file information can be found at http://www.dclunie.com/medical-image-faq/html/part7.html#ANALYZEFromMayoWebSite
It appears that there is at least one user contribution that can load data from ANALYZE files: http://www.mathworks.com/matlabcentral/fileexchange/8797
1 件のコメント
Walter Roberson
2011 年 12 月 2 日
An additional toolset that can read ANALYZE files appears to be http://www.rotman-baycrest.on.ca/~jimmy/NIFTI/
Sean de Wolski
2011 年 11 月 14 日
for easy automatic hdr/img reading:
doc analyze75read %and friends
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!