Community Profile

parvathy u s


Active since 2015

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


k-means clustering code without using matlab code
I need the k-means clustering without using matlab code

9 years ago | 1 answer | 0

1

answer

Question


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)...

9 years ago | 0 answers | 0

0

answers

Question


Please give me an efficient code for k-means clustering
I need a matlab code that efficiently divide the image into clusters.

9 years ago | 1 answer | 0

1

answer