How to use SIFT/SURF as features for a machine learning algorithm?

前端 未结 4 1496
無奈伤痛
無奈伤痛 2020-12-30 11:15

Im working on an automatic image annotation problem in which im trying to associate tags with images. For that im trying for SIFT features for learning. But the problem is a

4条回答
  •  轮回少年
    2020-12-30 11:33

    You can represent single SIFT as "visual word" which is one number and use it as SVM input, I think it is what you need. It is usually done by k-means clustering.

    This method is called "bag-of-words" and described in this paper.

    Short presentation review of method.

提交回复
热议问题