OSDN Git Service

[Backup]NyARToolkit for Java
[nyartoolkit-and/nyartoolkit-and.git] / src / jp / nyatla / nyartoolkit / processor / SingleARMarkerProcesser.java
index d61958b..fe3120e 100644 (file)
@@ -107,7 +107,7 @@ public abstract class SingleARMarkerProcesser
                NyARIntSize scr_size = i_param.getScreenSize();\r
                // 解析オブジェクトを作る\r
                this._square_detect = new NyARSquareDetector_Rle(i_param.getDistortionFactor(), scr_size);\r
-               this._transmat = new NyARTransMat_NyARToolkit(i_param);\r
+               this._transmat = new NyARTransMat(i_param);\r
                this._tobin_filter=new NyARRasterFilter_ARToolkitThreshold(110,i_raster_type);\r
 \r
                // 2値画像バッファを作る\r