필터 지우기
필터 지우기

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