トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

NyAR4psg.en の変更点

Top / NyAR4psg.en

[[Japanese>NyAR4psg]]
*NyAR4psg [#i9465d92]

The NyARToolkit for proce55ing is multi platform library for processing/1.0 .
It is built on NyARtoolkit/2.2 that is port of ARToolKit/2.7.21.

This library provides functions of ARToolKit easily for Processing.

You can download Processing/1.1 [[here>http://processing.org/download/index.html]].

This library accepts PImage type object.
You may be use image or movie data for source data.

&ref(NyAR4psg/psg.png,,50%);
**How to use [#w86d3bf8]
+Setup Capture and OpenGL module of processing to active.
+Open test .pde file at example/NyARTest/.pde directory and run it.

NyARpsg needs camera parameter file and marker pattern file. These exist on example/NyARTest/data directory.
If you create new sketch with NyARPsg then copy data directory to new sketch directory.

**Download [#t60f0b1e]
Download page is moved to [[Sorceforge.jp>https://sourceforge.jp/projects/nyartoolkit/]].

-version 0.2.1 [[download>http://sourceforge.jp/projects/nyartoolkit/releases/?package_id=8920]]
-%%version 0.2.0%%


**Peocessing summary [#i68d5227]
:1.A short abstract that describes the purpose of the library.|The purpose of the NyAR4psg is to provide ARToolKit functions to processing.
:2.The library has been successfully tested on which platforms?|I test WindowsXP(32bit) only.(I think it work on other platform if platform has OpenGL.)
:3.The latest Processing version the library has been tested with?|I test NyAR4psg on Processing/1.01.
:4.Dependencies. Does the library depend on any other library?|OPenGL library is necessary for NyAR4psg.
:5.A list of examples that demonstrate the use and potential of the library.|
++&ref(NyAR4psg/NyARTest.pde); This example detects a "Hiro" marker, and displays cube on marker.
:6.Source code (if open source). |Subversion repository [[http://sourceforge.jp/projects/nyartoolkit/]]
:6.Source code (if open source). |Subversion repository [[here>http://sourceforge.jp/projects/nyartoolkit/]]
:7.Keywords that describe the aim and function of the library.|ARToolKit,NyARToolkit,Augmented Reality
:8.Last update. When was the last update of the library?|Please look at [[here>http://sourceforge.jp/projects/nyartoolkit/releases?package_id=8920]].
:9.A link to a zip file that includes the library, documentation and examples.|These are [[here>http://sourceforge.jp/projects/nyartoolkit/releases?package_id=8920]]. Please unzip a file and look at examples directory and reference directory.