このホワイトペーパーでは、Windows Mobile Pocket PCプラットフォームを対象としたマーカーレス追跡手法の実装について説明します。この作業の主な目的は、自然の特徴追跡に基づいて、ハンドヘルドデバイス用のスタンドアロンの拡張現実アプリケーションの開発を可能にすることです。この目標を達成するために、2つのコンピュータービジョンライブラリのサブセットがPocket PCプラットフォームに移植されました。また、ルーチンの全体的なパフォーマンスを向上させる目的で、固定小数点演算を使用するように適合されました。これらのライブラリの移植により、モバイルプラットフォームで他のコンピュータービジョンタスクを実行できる可能性が広がります。エッジ情報に依存するモデルベースの追跡アプローチが採用されました。高い処理能力を必要としないため、ハンドヘルドなどの制約のあるデバイスに適しています。 OpenGL ESグラフィックライブラリは、既存のグラフィックハードウェアアクセラレーションを利用して、コンピュータービジョンタスクを実行するために使用されました。実装された手法を使用して拡張現実アプリケーションが作成され、パフォーマンスと精度の追跡に関する評価が行われました
This paper presents an implementation of a markerless tracking technique targeted to the Windows Mobile Pocket PC platform. The primary aim of this work is to allow the development of standalone augmented reality applications for handheld devices based on natural feature tracking. In order to achieve this goal, a subset of two computer vision libraries was ported to the Pocket PC platform. They were also adapted to use fixed point math, with the purpose of improving the overall performance of the routines. The port of these libraries opens up the possibility of having other computer vision tasks being executed on mobile platforms. A model based tracking approach that relies on edge information was adopted. Since it does not require a high processing power, it is suitable for constrained devices such as handhelds. The OpenGL ES graphics library was used to perform computer vision tasks, taking advantage of existing graphics hardware acceleration. An augmented reality application was created using the implemented technique and evaluations were done regarding tracking performance and accuracy