parvathy u s


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
148,295
of 300,756

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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

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

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

10 years ago | 1 answer | 0

1

answer