k means clustering on images

1 view (last 30 days)
kash
kash on 1 Mar 2013
lab color space and hsv are different colour regions ,where we can apply k means clustering and we can apply on image also
Can we apply k means for feature extracted values of RGB images and didplay image as above methods,
if so can you tell what are the features to be extracted plz

Answers (1)

Walter Roberson
Walter Roberson on 1 Mar 2013
Yes, you can do k-means clustering for features extracted from RGB images. For many purposes the results will not be as good as if you used Lab or HSV, but Yes, it can be done.
There are an infinite number of different features that can be extracted from any image. Many of those features have no identified benefit as yet, but you can be sure that nearly all of them have some use.
  1 Comment
kash
kash on 1 Mar 2013
ok walter suppose i am using glcm features,how we can apply kmeans with k=3 and display images,is it possible

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!