Feeds
提问
k-means clustering code without using matlab code
I need the k-means clustering without using matlab code
11 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
