OpenCVベースのARライブラリ「ArUco」(動画あり)
公開日:
:
最終更新日:2012/04/21
AR(拡張現実)
記事内に広告を含む場合があります。記事内で紹介する商品を購入することで、当サイトに売り上げの一部が還元されることがあります。
OpenCVベースのARライブラリ「ArUco」を紹介します。
ライブラリの概要については、以下のとおり。
The main features of ArUco are:
-Detect markers with a single line of C++ code
-Detection of AR boards (markers composed by several markers)
-Requires only OpenCv (>=2.1)
-Up to to 1024 different markers
-Trivial integration with OpenGL
-Fast, reliable and cross-platform because relies on OpenCv
-Examples that will help you to get running your AR application in less than 5 minutes
-BSD licence
引用元:ArUco: a minimal library for Aumented Reality applications based on OpenCv | Aplicaciones de la Visión Artificial
以下は、AR boards のデモ動画。
デモ動画を見る限り、追従性などは十分なように思えます。BSDライセンスというのもいいですね。