k means clustering on images
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
Walter Roberson
le 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.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!