开发者

Natural Feature Tracking - augmented reality

开发者 https://www.devze.com 2023-01-17 12:41 出处:网络
I want to build an app for Google Android that uses natural feature tracking to create some cool augmented reality. Now what I need is a good library that for Android that does some serious natural fe

I want to build an app for Google Android that uses natural feature tracking to create some cool augmented reality. Now what I need is a good library that for Android that does some serious natural feature t开发者_开发问答racking.

Can anyone help me out?

Thanks you.


Have a look here, they have a natural feature tracking runing on mobile phone:

We developed a new high speed natural feature tracking mechanism that works in real time on any PC as well as any smart phone.

They also provide some libraries.


The software used in Ross's answer looks to have been bought by Qualcomm to develop their own version of AR Dev software. They have libraries that you can download and use in your Android AR applications.

Look here for information on that.

I've actually used the software to develop a few applications and it's quite good. They also have an extension for Unity allowing you to create AR applications a lot more easily.


It looks like the windage project might be close to what you need. The project is GPL and not so nasty about distribution. As far as an Android port, that is another matter altogether.


You can always use OpenCV 4 Android, a free Computer Vision library which has methods for you to make natural feature tracking. Those methods are Feature Detectors and using them for video homography.

You can find more details in this answer:

https://stackoverflow.com/a/11047572/1085483

0

精彩评论

暂无评论...
验证码 换一张
取 消