Using SIFT for Augmented Reality

后端 未结 6 1898
梦毁少年i
梦毁少年i 2020-12-15 14:34

I\'ve come across MANY AR libraries/SDKs/APIs, all of them are marker-based, until I found this video, from the description and the comments, it looks like he\'s using SIFT

6条回答
  •  轮回少年
    2020-12-15 15:07

    I have tried SURF for 330Mhz Symbian mobile and it was still too slow even with all optimizations and lookup tables. And SIFT should be even more slow. Everyone using FAST for mobiles now. Anyway feature extraction is not a biggest problem. Correspondence and clearing false positive in it is more difficult. FAST link http://svr-www.eng.cam.ac.uk/~er258/work/fast.html

提交回复
热议问题