How to segment 2D breast images using fuzzy c-means algorithm
古いコメントを表示
I am new to the Matlab. I am basically from maths background. I already read CT image in .IMG format. I need the code how to segment the 2D breast image using fuzzy c-means algorithm. Also, how to find average pixel value only in the image region. Please help me in this occasion, it would be more helpful for my further process.
3 件のコメント
Sean de Wolski
2012 年 5 月 29 日
Alright, (somebody has to be the one to say ask):
Please post a sample image to a webhosting site:
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Pandiyarajan R
2012 年 6 月 18 日
Walter Roberson
2012 年 6 月 18 日
After you have read the data into matlab, imwrite() it to a jpeg or tiff file, and upload that image file.
回答 (1 件)
Ryan
2012 年 6 月 18 日
I am guessing you are using a DICOM file since this is a CT image? If so, use
Image = dicomread(filename);
Then check out this file exchange submission: http://www.mathworks.com/matlabcentral/fileexchange/8351-fuzzy-c-means-thresholding
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!