I have used the following code for FCM .But it ddidn.t worked well.how can i solve this?

조회 수: 1 (최근 30일)
I have used the following attached file matlab code for Fuzzy C-means clustering. but i got several errors >how can i correct the code for segmenting the image
  댓글 수: 4
sam  CP
sam CP 2017년 4월 5일
i solved this error by adding imresize in line 41. Then my input and output image is diplayed as blank ..
sam  CP
sam CP 2017년 4월 5일
I want to process this code on the attached image too.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2017년 4월 5일
The indentation is all messed up, and all the wonderful comments that I'm sure you added to the code somehow got stripped away upon posting. So all I can suggest is to replace this:
imshow(uint8(IMMM));
with this:
imshow(IMMM, []);
drawnow;
  댓글 수: 3
sam  CP
sam CP 2017년 4월 6일
Yes.. Hence this program run without showing error., but i got the result as blank image.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by