iPhone 增强现实与 iOS4 obj c +和单点触控
随着操作系统和硬件的新增功能,iPhone 应用程序现在可以实现一些非常炫酷的增强现实功能。
对 obj c 人群来说,立竿见影的好处是什么?是否有任何框架可以帮助 Obj C 开发人员创建 AR 应用程序?如果有,它们是否可以通过 btouch 项目轻松移植到 MT?
w://
With the new additions to the OS and the hardware, iPhone apps can now do some serious augmented reality coolness.
What are the instant benefots to the obj c crowd? Are there any frameworks to aid in the creation of AR apps for Obj C devs and if so, can they be easily ported to MT with the btouch project?
w://
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我目前正在 iPhone 上开发一些关于 AR 的概念验证。
我知道一些框架可以做到这一点:
OpenCV:很高兴进行人脸识别和一般特征识别
NyARToolKit:我目前正在研究这个
ARToolKit for iPhone(来自ARToolWork Cie):专业框架,希望尽快参与Beta测试。
我不知道单点触控,它可以在 iPhone 上使用吗?
I currently develop some proof of concept about AR on iphone.
I know some framework to do this:
OpenCV: nice to do Face recognition, and features recognition in general
NyARToolKit: I work currently on this
ARToolKit for iPhone (from ARToolWork Cie): Professional framework, I'll hope participate to the Beta test soon.
I don't know monotouch, is it work on iPhone?