main features of k means clustering

2 次查看(过去 30 天)
kash
kash 2013-2-12
I am working on cbir using k means clustering,my first step is to extract features ,can you say what are all the main features to extract for k means clustering,
i have extracted one colour(HSV),and have clustered ,can tou say other two features to extract,

回答(1 个)

Walter Roberson
Walter Roberson 2013-2-12
Pick any two different functions that take an image as input and produce a scalar or vector as output. The output of those functions will each be "features".
The features that would be recommended would depend a lot on your purpose, and on the characteristics of the images that are to be processed.
For example, if you are processing solar images, then if your purpose is to study the solar corona, you would be wanting to ignore "space", but if your purpose is to study Near Solar comets, you would be wanting to ignore the Sun and pay attention to fine details in "space".
  7 个评论
Walter Roberson
Walter Roberson 2013-2-13
And which parts of those are important to detect, and which parts of those are effectively "noise" for the purpose of your CBIR ?
For example, should the trees be treated as a key element, or should they be treated as transient because of the time scales involved, or should they be noted but they might need to be matched between different seasons with different appearances?
kash
kash 2013-2-13
Thing thing is that every element is to be treated and extract feature vector,no specific part,

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Modify Image Colors 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by