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

2 views (last 30 days)
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 Comments
sam  CP
sam CP on 5 Apr 2017
i solved this error by adding imresize in line 41. Then my input and output image is diplayed as blank ..

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 5 Apr 2017
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 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!