How to segment 2D breast images using fuzzy c-means algorithm

1 Ansicht (letzte 30 Tage)
Pandiyarajan R
Pandiyarajan R am 29 Mai 2012
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 Kommentare
Pandiyarajan R
Pandiyarajan R am 18 Jun. 2012
How to upload my .img file format. I tried to upload the file but I cann't. Please give me any other way to upload the .img file.
Walter Roberson
Walter Roberson am 18 Jun. 2012
After you have read the data into matlab, imwrite() it to a jpeg or tiff file, and upload that image file.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Ryan
Ryan am 18 Jun. 2012
I am guessing you are using a DICOM file since this is a CT image? If so, use
Image = dicomread(filename);

Kategorien

Mehr zu Biomedical Imaging finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by