Implementing SIFT in Java

后端 未结 3 1945
青春惊慌失措
青春惊慌失措 2020-12-13 23:01

So I\'m working on a simple Java app that allows a user to input an image as a query and have the app compare it against a database of images (which is basically no more tha

3条回答
  •  爱一瞬间的悲伤
    2020-12-13 23:26

    You might want to consider ImageJ - http://en.wikipedia.org/wiki/ImageJ

    There is a SIFT plugin for it.

    And check answers on stackoverflow here - Using SIFT for Augmented Reality

提交回复
热议问题