OSDN Git Service

[リリース]NyARToolkit 0.5
authornyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Sat, 7 Jun 2008 01:14:25 +0000 (01:14 +0000)
committernyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Sat, 7 Jun 2008 01:14:25 +0000 (01:14 +0000)
commit1d15036f899fc82640d979b17cc44ab8c957df79
tree89a67030384b2dafdda99f56ebbc5025e268dd44
[リリース]NyARToolkit 0.5
56 files changed:
Data/320x240ABGR.raw [new file with mode: 0644]
Data/camera_para.dat [new file with mode: 0644]
Data/patt.hiro [new file with mode: 0644]
Data/pattHiro.pdf [new file with mode: 0644]
LICENCE.txt [new file with mode: 0644]
bin/readme.txt [new file with mode: 0644]
readme.ja.txt [new file with mode: 0644]
sample/jmf/.classpath [new file with mode: 0644]
sample/jmf/.project [new file with mode: 0644]
sample/jmf/JmfCaptureTest.java [new file with mode: 0644]
sample/jmf/NyarToolkitLinkTest.java [new file with mode: 0644]
sample/jmf/jp/nyatla/nyartoolkit/jmf/JmfCameraCapture.java [new file with mode: 0644]
sample/jmf/jp/nyatla/nyartoolkit/jmf/JmfCaptureListener.java [new file with mode: 0644]
sample/jmf/jp/nyatla/nyartoolkit/jmf/MonitorCDS.java [new file with mode: 0644]
sample/jmf/jp/nyatla/nyartoolkit/jmf/MonitorStream.java [new file with mode: 0644]
sample/jogl/.classpath [new file with mode: 0644]
sample/jogl/.project [new file with mode: 0644]
sample/jogl/JavaSimpleLite.java [new file with mode: 0644]
sample/jogl/jp/nyatla/nyartoolkit/gutil/GLNyARParam.java [new file with mode: 0644]
sample/jogl/jp/nyatla/nyartoolkit/gutil/GLNyARRaster_RGB.java [new file with mode: 0644]
sample/jogl/jp/nyatla/nyartoolkit/gutil/GLNyARSingleDetectMarker.java [new file with mode: 0644]
src/.classpath [new file with mode: 0644]
src/.project [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/NyARException.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/base/Config.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/base/Param.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARCode.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARColorPatt.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARDetectMarker.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARDetectSquare.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARLabeling.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARMarker.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARMat.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARParam.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARSquare.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARTransMat.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARVec.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/NyARVersion.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/match/NyARMatchPatt.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/match/NyARMatchPatt_BlackWhite.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/match/NyARMatchPatt_Color_WITHOUT_PCA.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/match/NyARMatchPatt_Color_WITH_PCA.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/raster/NyARRaster.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/raster/NyARRaster_BGRA.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/raster/NyARRaster_Blank.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/core/raster/NyARRaster_RGB.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/detector/NyARSingleDetectMarker.java [new file with mode: 0644]
src/jp/nyatla/nyartoolkit/sample/RawFileTest.java [new file with mode: 0644]
src/jp/nyatla/util/BytePointer.java [new file with mode: 0644]
src/jp/nyatla/util/DoublePointer.java [new file with mode: 0644]
src/jp/nyatla/util/DoubleValue.java [new file with mode: 0644]
src/jp/nyatla/util/IntPointer.java [new file with mode: 0644]
src/jp/nyatla/util/IntValue.java [new file with mode: 0644]
src/jp/nyatla/util/ShortPointer.java [new file with mode: 0644]
src/jp/nyatla/util/StringPointer.java [new file with mode: 0644]
src/jp/nyatla/util/StringValue.java [new file with mode: 0644]