필터 지우기
필터 지우기

K Mean Clustering Output Results Plotting

조회 수: 3 (최근 30일)
rizwan
rizwan 2015년 4월 6일
댓글: Image Analyst 2015년 4월 6일
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
Image Analyst
Image Analyst 2015년 4월 6일
You forgot to attach an image that we can use imread() on, so we can't run your code with your image.

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

답변 (1개)

Stalin Samuel
Stalin Samuel 2015년 4월 6일
  댓글 수: 3
Stalin Samuel
Stalin Samuel 2015년 4월 6일
check the dimensions of I
rizwan
rizwan 2015년 4월 6일
It is 206*314

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

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by