Android 中的增强现实
我刚刚开始在android上开发基于增强现实的应用程序,我只是想知道增强现实是否需要任何插件或开发工具包,我也已经浏览了一些开发工具包,如下所示,
- ARToolKit
- FLARToolKit 和 FLARManager for Adobe Flash
- SLARToolkit
- AR-media™ Plugin for Google™ SketchUp™
- NyARToolkit
- LinceoVR
- HandyAR
- Total Immersion – D'Fusion Studio
- Unifeye Mobile
和我想知道,哪一个是更好...我的应用程序基于文本翻译和人脸识别。谢谢你!
I have just started developing an application on android based on augmented reality, I just want to know is there any plugins or development kit required for augmented reality also I have gone through some of the development kit as follows,
- ARToolKit
- FLARToolKit and FLARManager for Adobe Flash
- SLARToolkit
- AR-media™ Plugin for Google™ SketchUp™
- NyARToolkit
- LinceoVR
- HandyAR
- Total Immersion – D’Fusion Studio
- Unifeye Mobile
and I want to know, which would be the better... My application is based on text translator and face recognition. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要进行人脸识别,请尝试使用 OpenCV。它内置了库函数,可以让生活更轻松。请参阅以下链接。
OpenCV -Android
OpenCV - Java
To do face recognition try to use OpenCV. It have got in built library functions which can make life easier. Refer below links.
OpenCV -Android
OpenCV - Java
增强现实 (AR) 是一个术语,指的是物理现实世界环境的实时直接或间接视图,其元素通过虚拟计算机生成的感官输入(例如声音或图形)进行增强。它与一个更普遍的概念有关,称为中介现实,其中现实的观点被计算机修改(甚至可能减少而不是增强)。因此,该技术通过增强人们当前对现实的感知来发挥作用。
http://mobile.tutsplus.com/tutorials/android/android_augmented-reality/
Augmented reality (AR) is a term for a live direct or indirect view of a physical, real-world environment whose elements are augmented by virtual computer-generated sensory input, such as sound or graphics. It is related to a more general concept called mediated reality, in which a view of reality is modified (possibly even diminished rather than augmented) by a computer. As a result, the technology functions by enhancing one’s current perception of reality.
http://mobile.tutsplus.com/tutorials/android/android_augmented-reality/