OSDN Git Service

git-svn-id: http://svn.sourceforge.jp/svnroot/nyartoolkit/NyARToolkit/trunk@691 7cac0...
authornyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Tue, 30 Nov 2010 13:44:07 +0000 (13:44 +0000)
committerAtsuo Igarashi <atsuoigarashi@ubuntu.(none)>
Tue, 5 Apr 2011 07:05:52 +0000 (16:05 +0900)
commitf11956c5fca5dcc9aca1e006b08eb4dae609a1bc
treeb8906cbff268dfe89bd896b05c6824ec24fca56c
parentd5cee2fc92d5438b74230b18d47caead2bb0bb23
git-svn-id: svn.sourceforge.jp/svnroot/nyartoolkit/NyARToolkit/trunk@691 7cac0a50-4618-4814-88d0-24b83990f816
56 files changed:
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/analyzer/histogram/NyARHistogramAnalyzer_PTile.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/rasteranalyzer/NyARRasterDetector_QrCodeEdge.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/rasteranalyzer/threshold/NyARRasterThresholdAnalyzer_DiffHistogram.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/rasterfilter/NyARRasterFilter_Edge.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/rasterfilter/NyARRasterOperator_Mul.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/rasterfilter/rgb2gs/NyARRasterFilter_Rgb2Gs_CbCrCut.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/rasterfilter/rgb2gs/NyARRasterFilter_Rgb2Gs_RgbOr.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/NyARFixedFloat16Point2d.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/NyARFixedFloat16Point3d.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/NyARI64Linear.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/NyARI64Point2d.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/NyARI64Point3d.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/matrix/NyARFixedFloat16Matrix33.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/matrix/NyARFixedFloat24Matrix33.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/matrix/NyARI64Matrix22.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/core/types/matrix/NyARI64Matrix33.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/LabelingCamera.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/LabelingTest.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/NyARColorPatt_DiagonalRatio.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/NyARSquareDetector_Vector.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/OptimizeCompareTest.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/PattPickupTest.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/PattPickupTestS.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/dev/Solver.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/qrcode/NyARQrCodeDetector.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/qrcode/NyARQrCodeSymbolBinder.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/qrcode/NyARRasterFilter_QrAreaAverage.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/qrcode/NyARSingleQrDetector.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/qrcode/SingleQrSample.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/qrcode/SingleQrTest.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/quadx2/JavaSimpleLite_Quad.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/quadx2/NyARRasterFilter_ARTTh_Quad.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/quadx2/NyARSingleDetectMarker_Quad.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/quadx2/NyARSquareDetector_Quad.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/utils/NyARSingleEdgeFinder.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/vertexdetect/NyARVertexDetector.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/JavaSimpleLite_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloat16Mat.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatFitVecCalculator.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatIdeal2Observ.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatObserv2IdealMap.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatPca2d.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatRotMatrix.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatRotTransOptimize_O2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatRotVector.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatTransOffset.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARFixedFloatVertexCounter.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARSingleDetectMarker_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARSquareDetector_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyARTransMat_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/NyMath.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/RawFileTest_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/SingleARMarkerProcesser_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/SquareContourDetector_X2.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/sandbox/x2/VisualTest.java [new file with mode: 0644]
sample/sandbox/src.sandbox/jp/nyatla/nyartoolkit/utils/j2se/NyARRGBRaster_BufferedImage.java [new file with mode: 0644]