How to search the image for an object with SIFT and OpenCV?

前端 未结 3 1093
眼角桃花
眼角桃花 2021-01-27 22:32

i am working on a simple playing card detecting programme. For now i have a working Sift Algorithmus from here. And i have created some bounding boxes around the cards. Then i u

3条回答
  •  逝去的感伤
    2021-01-27 23:15

    Once you have the representation of the cards ready (what @nimcap says), you then you need to do the recognition itself. You can try nearest neighbors, SVM, etc.

    Also, for a better description (more technical) of what to do you might want to look at Lowe's original 2004 SIFT paper.

提交回复
热议问题