差分発生行の前後
無視リスト:
コミット日時:
2010/05/04 12:01:36 (2 年前)
コミッタ:
rokubou
ログメッセージ:

NyARToolKitAS3 2.5.2 に対応

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/processor/FLSingleARMarkerProcesser.as

    r3415 r3879  
    109109                        var scr_size:NyARIntSize = i_param.getScreenSize(); 
    110110                        // 解析オブジェクトを作る 
    111                         this._square_detect = new FLARSquareContourDetector(i_param.getDistortionFactor(), scr_size); 
     111                        this._square_detect = new FLARSquareContourDetector(scr_size); 
    112112                        this._transmat = new NyARTransMat(i_param); 
    113113                        this._tobin_filter=new FLARRasterFilter_Threshold(110); 
  • as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/processor/FLSingleNyIdMarkerProcesser.as

    r3415 r3879  
    9393                        var scr_size:NyARIntSize = i_param.getScreenSize(); 
    9494                        // 解析オブジェクトを作る 
    95                         this._square_detect = new FLARSquareContourDetector(i_param.getDistortionFactor(), scr_size); 
     95                        this._square_detect = new FLARSquareContourDetector(scr_size); 
    9696                        this._transmat = new NyARTransMat(i_param); 
    9797                        this._callback=new DetectSquareCB(i_param,i_encoder);