Feeds
질문
k-means clustering code without using matlab code
I need the k-means clustering without using matlab code
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
How to write the code for kmeans_fast_Color(I,N) in the following code, and also i want to see the clusters as image
I =imread('peppers.png'); % choose some image N = 3; % Choos number of clusters [label_im,vec_mean] = kmeans_fast_Color(I,N)...
거의 11년 전 | 답변 수: 0 | 0
0
답변질문
Please give me an efficient code for k-means clustering
I need a matlab code that efficiently divide the image into clusters.
거의 11년 전 | 답변 수: 1 | 0
