フィルターのクリア

k means clustering on images

1 回表示 (過去 30 日間)
kash
kash 2013 年 3 月 1 日
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

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 3 月 1 日
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 件のコメント
kash
kash 2013 年 3 月 1 日
ok walter suppose i am using glcm features,how we can apply kmeans with k=3 and display images,is it possible

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by