大家一定还记得Papervision - Augmented Reality那只绿色的小怪物,也接触到了动态识别技术。今天翻到了一些相关资料,和大家分享一下。

除了Papervision3D用于实现3D部分以外,这个例子的核心部分:Augmented Reality是基于FLARToolKit这个类库的。这是一个由日本人开发的开源类库,是ARToolKit的as3实现。

FLARToolkit will detect the marker from input image and calculate the camera position in the three dimension space. Something like Helper library are planned to add but further processing like synthesize the 3D Graphics needs to implemented by yourself.

关于原理,下图解释的非常清楚了,想深入研究的还可以去Wiki上搜一下。

image

你还可以用这个工具设计你自己的标记:

FLARToolKit SVN下载

更多相关: