main features of k means clustering
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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,
0 Commenti
Risposte (1)
Walter Roberson
il 12 Feb 2013
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 Commenti
Walter Roberson
il 13 Feb 2013
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?
Vedere anche
Categorie
Scopri di più su Modify Image Colors in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!