- コミット日時:
- 2010/05/04 12:01:36 (2 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/processor/FLSingleARMarkerProcesser.as
r3415 r3879 109 109 var scr_size:NyARIntSize = i_param.getScreenSize(); 110 110 // 解析オブジェクトを作る 111 this._square_detect = new FLARSquareContourDetector( i_param.getDistortionFactor(),scr_size);111 this._square_detect = new FLARSquareContourDetector(scr_size); 112 112 this._transmat = new NyARTransMat(i_param); 113 113 this._tobin_filter=new FLARRasterFilter_Threshold(110); as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/processor/FLSingleNyIdMarkerProcesser.as
r3415 r3879 93 93 var scr_size:NyARIntSize = i_param.getScreenSize(); 94 94 // 解析オブジェクトを作る 95 this._square_detect = new FLARSquareContourDetector( i_param.getDistortionFactor(),scr_size);95 this._square_detect = new FLARSquareContourDetector(scr_size); 96 96 this._transmat = new NyARTransMat(i_param); 97 97 this._callback=new DetectSquareCB(i_param,i_encoder);

