增强现实中的Iphone标记检测

时间:2012-08-10 08:31:18

标签: iphone xcode augmented-reality marker

(抱歉英语不好)

大家好,

我对标记检测的体系结构感到好奇,所以我开始谷歌它。我想要一个iphone应用程序(即xcode项目),当然还有源代码,关于AR中的标记检测。我想要代码,因为我试图在我的iPhone中执行应用程序,然后我将挖掘代码以了解架构。我在2天内一直在搜索这个问题。我找到了一些例子,但大部分都对AR感兴趣,一般不用于标记检测。我的一些研究结果是btw段落的底部。在标记检测中找到1或2个应用程序,但在应用程序中没有标记,所以我没有尝试。我搜索了github和codes.google。我也在这里搜索,但我没有成功。总结一下,我需要帮助:)你能帮助我吗?

由于

工具包: 的ARToolKit NyARToolkit FLARtoolkit,这 Wikitude等。

网页: http://www.raywenderlich.com/3997/introduction-to-augmented-reality-on-the-iphone

http://www.morethantechnical.com/2009/07/01/augmented-reality-on-the-iphone-using-nyartoolkit-w-code/

1 个答案:

答案 0 :(得分:2)

查看Arkit Demo和Mixare,

https://github.com/mixare/mixare-iphone

https://github.com/zac/iphonearkit/

在Mixare中,AugmentedRealityViewController.you会找到一个方法

  • (无效)updateLocations:

您将找到如何检测标记并将其放置在iPhone屏幕上。 ARKit中的方法名称也相同。