OSDN Git Service

[更新]NyARToolkit for Java
authornyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Wed, 20 May 2009 05:29:21 +0000 (05:29 +0000)
committernyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Wed, 20 May 2009 05:29:21 +0000 (05:29 +0000)
コミットミス修正

git-svn-id: http://svn.sourceforge.jp/svnroot/nyartoolkit/NyARToolkit@241 7cac0a50-4618-4814-88d0-24b83990f816

trunk/src/jp/nyatla/nyartoolkit/detector/NyARCustomSingleDetectMarker.java

index e7ec9fc..cd3d848 100644 (file)
@@ -96,8 +96,8 @@ public class NyARCustomSingleDetectMarker
                this._marker_width = i_marker_width;\r
                //パターンピックアップを作成\r
 //             this._patt = new NyARColorPatt_O1(i_code.getWidth(), i_code.getHeight());\r
-//             this._patt = new NyARColorPatt_O3(i_code.getWidth(), i_code.getHeight());\r
-               this._patt = new NyARColorPatt_Perspective(i_code.getWidth(), i_code.getHeight(),25);\r
+               this._patt = new NyARColorPatt_O3(i_code.getWidth(), i_code.getHeight());\r
+//             this._patt = new NyARColorPatt_Perspective(i_code.getWidth(), i_code.getHeight(),25);\r
                //取得パターンの差分データ器を作成\r
                this._deviation_data=new NyARMatchPattDeviationColorData(i_code.getWidth(),i_code.getHeight());\r
                //i_code用の評価器を作成\r