Packagejp.nyatla.nyartoolkit.as3.core.pickup
Classpublic class NyARColorPatt_Perspective_O2
InheritanceNyARColorPatt_Perspective_O2 Inheritance NyARColorPatt_Perspective Inheritance Object



Protected Properties
 PropertyDefined By
 Inherited_patdata : Vector.<int>
NyARColorPatt_Perspective
 Inherited_perspective_gen : NyARPerspectiveParamGenerator_O1
NyARColorPatt_Perspective
 Inherited__pickFromRaster_cpara : Vector.<Number>
NyARColorPatt_Perspective
 Inherited_pickup_lt : NyARIntPoint2d
NyARColorPatt_Perspective
 Inherited_resolution : int
NyARColorPatt_Perspective
 Inherited_size : NyARIntSize
NyARColorPatt_Perspective
Public Methods
 MethodDefined By
  
NyARColorPatt_Perspective_O2(i_width:int, i_height:int, i_resolution:int, i_edge_percentage:int)
NyARColorPatt_Perspective_O2
 Inherited
getBuffer():Object
NyARColorPatt_Perspective
 Inherited
NyARColorPatt_Perspective
 Inherited
getHeight():int
NyARColorPatt_Perspective
 Inherited
NyARColorPatt_Perspective
 Inherited
NyARColorPatt_Perspective
 Inherited
getWidth():int
NyARColorPatt_Perspective
 Inherited
hasBuffer():Boolean
NyARColorPatt_Perspective
 Inherited
isEqualBufferType(i_type_value:int):Boolean
NyARColorPatt_Perspective
  
pickFromRaster(image:INyARRgbRaster, i_vertexs:Vector.<NyARIntPoint2d>):Boolean
[override]
NyARColorPatt_Perspective_O2
 Inherited
setEdgeSize(i_x_edge:int, i_y_edge:int, i_resolution:int):void
矩形領域のエッジサイズを指定します。 エッジの計算方法は以下の通りです。 1.マーカ全体を(i_x_edge+width)x(i_y_edge+height)の解像度でパラメタを計算します。 2.ピクセルの取得開始位置を(i_x_edge/2,i_y_edge/2)へ移動します。 3.開始位置から、width x height個のピクセルを取得します。 ARToolKit標準マーカの場合は、width/2,height/2を指定してください。
NyARColorPatt_Perspective
 Inherited
setEdgeSizeByPercent(i_x_percent:int, i_y_percent:int, i_resolution:int):void
NyARColorPatt_Perspective
 Inherited
wrapBuffer(i_ref_buf:Object):void
NyARColorPatt_Perspective
Constructor Detail
NyARColorPatt_Perspective_O2()Constructor
public function NyARColorPatt_Perspective_O2(i_width:int, i_height:int, i_resolution:int, i_edge_percentage:int)



Parameters
i_width:int
 
i_height:int
 
i_resolution:int
 
i_edge_percentage:int
Method Detail
pickFromRaster()method
override public function pickFromRaster(image:INyARRgbRaster, i_vertexs:Vector.<NyARIntPoint2d>):Boolean

Parameters

image:INyARRgbRaster
 
i_vertexs:Vector.<NyARIntPoint2d>

Returns
Boolean

See also