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

NyAR4psg.en

Last-modified: 2009-02-08 (日) 17:14:30 (537d)
Top / NyAR4psg.en

Japanese

NyAR4psg

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.

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

psg.png

How to use

  1. Setup Capture and OpenGL module of processing to active.
  2. 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

Download page is moved to Sorceforge.jp.

Peocessing summary

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.
  1. fileNyARTest.pde This example detects a "Hiro" marker, and displays cube on marker.
6.Source code (if open source).
Subversion repository here
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.
9.A link to a zip file that includes the library, documentation and examples.
These are here. Please unzip a file and look at examples directory and reference directory.