필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Pandiyarajan R
Pandiyarajan R 2012년 5월 29일
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
Pandiyarajan R
Pandiyarajan R 2012년 6월 18일
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 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
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);

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by