Filter löschen
Filter löschen

K Mean Clustering Output Results Plotting

4 Ansichten (letzte 30 Tage)
rizwan
rizwan am 6 Apr. 2015
Kommentiert: Image Analyst am 6 Apr. 2015
I have the following code which runs fines...
index_string = int2str(k);
Image_Path = strcat('D:\MS\Research\Classification Model\Research Implementation\EnhancedImage\ROI',index_string,'.jpeg');
I1 = imread(Image_Path);
I=double(I1);
figure
subplot(1,3,1)
imshow(I1)
subplot(1,3,2)
[idx,C] = adaptcluster_kmeans(I);
I want to show the output of K Means like this , what should i do?
  1 Kommentar
Image Analyst
Image Analyst am 6 Apr. 2015
You forgot to attach an image that we can use imread() on, so we can't run your code with your image.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Stalin Samuel
Stalin Samuel am 6 Apr. 2015
  3 Kommentare
Stalin Samuel
Stalin Samuel am 6 Apr. 2015
check the dimensions of I
rizwan
rizwan am 6 Apr. 2015
It is 206*314

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance 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