====================================================================== NyARToolKit for Android Sample - Markersystem - Simple Cube include NyARToolKit for Android SDK version 4.0.0-1 (Android 2.2) and NyARToolKit for Java 4.0.0 ====================================================================== NyARToolKit for Android SDK Copyright (C)2012 R.Iizuka(nyatla) Copyright (C)2012 NyARToolkit for Android team This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . For further information please contact. http://sourceforge.jp/projects/nyartoolkit-and/ This work is based on the NyARToolKit developed by R.Iizuka (nyatla) http://nyatla.jp/nyatoolkit/ contributors Shinobu Izumi Noritsuna Imamura Atsuo Igarashi Fuu Rokubou ---------------------------------------------------------------------- About NyARToolKit for Android Sample - Markersystem - Simple Cube ---------------------------------------------------------------------- * NyARToolKit for Android Sample は、NyARToolKit for Android のサンプルアプリです * Hiro と 人 と書かれたマーカーを識別し、マーカー上に箱を描きます * Android SDK 2.2 platform(API level 8) 以上の端末で動作します * すべてのAndroid端末で動作することは限りません * カメラキャプチャサイズが 320x240 をサポートしていない端末では動作しません。 必要なパラメータを書き換えてください ---------------------------------------------------------------------- About NyARToolKit for Android SDK ---------------------------------------------------------------------- * NyARToolKit の Android SDK 版です * Android SDK 2.2 platform(API level 8) 以上で動作確認を行なっています * A虎@(nyatla)氏の NyARToolkit for Java v4.0.0 を基盤に作られています * このライブラリは入力画像からマーカーを認識して、3次元空間でのマーカー位置を計算する部分まで行います * ハードウェアに依存するカメラ部分は機種に合わせて調整する必要があります * 3D グラフィックスとの合成などは各自で実装する事が可能です ---------------------------------------------------------------------- NyARToolKit for Android License ---------------------------------------------------------------------- NyARToolKit for Androidは「GPL」と「Commercialライセンス」の デュアルライセンス方式を採用しています。 また、NyARToolKit for Androidは関連するいくつかのライブラリも含めて配布しています。 含まれるライブラリは、それぞれのライセンスが適応されます。 [GPL License] ライセンスの内容は、COPYING.txtをご確認ください また、GPL(the GNU General Public License v3)を選択した場合、 商用・非商用を問わず、無料で使用可能です。 ただし、GPLで課されている条件に従い、GPLを適応していることの告知、 並びにユーザーの要求に応じてアプリケーションのソースコードの提供、 これらを含む義務を履行してください。 [Commercial License] NyARToolKit for AndroidはGPLを受け入れることができないユーザーのために、 Commercial Licenseが有償でARToolworks Inc.より提供されています。 ARToolworks Inc.より許諾を受けることにより、GPLの制約から解放されます。 条件やライセンス費用については、ARToolworks Inc.に問合せてください。 ARToolworks Inc. http://www.artoolworks.com/ mailto : sales@artoolworks.com ---------------------------------------------------------------------- External library ---------------------------------------------------------------------- [Android SDK] URL : http://developer.android.com/ License : Apache Software License, 2.0 ---------------------------------------------------------------------- Development environment ---------------------------------------------------------------------- * JDK 6 * Android SDK Tools,r16 * Android NDK Tools,r7 * Eclipse Indigo * ADT 16.0.1 ---------------------------------------------------------------------- Special thanks ---------------------------------------------------------------------- ARToolworks Inc. http://www.artoolworks.com/ R.Iizuka (nyatla) http://nyatla.jp/nyatoolkit/ 加藤博一先生 (Hirokazu Kato, Ph. D.) http://www.hitl.washington.edu/artoolkit/ Prof. Mark Billinghurst http://www.hitlabnz.org/ ---------------------------------------------------------------------- Change Log ---------------------------------------------------------------------- 4.0.0-1 (2012-Mar-11) * The first release