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

2 次查看(过去 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 ..

请先登录,再进行评论。

采纳的回答

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 个评论

请先登录,再进行评论。

更多回答(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