main features of k means clustering
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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
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?
참고 항목
카테고리
Help Center 및 File Exchange에서 Modify Image Colors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!