A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
sampleBlurring — Property, class com.transmote.flar.FLARManager |
|
The amount of blur applied to the source image
before sending to tracker for image analysis / object detection. |
SandyGeomUtils — class, package com.transmote.flar.utils.geom |
| |
SandyGeomUtils() — Constructor, class com.transmote.flar.utils.geom.SandyGeomUtils |
| |
scale2D — Property, class com.transmote.flar.marker.FLARMarker |
|
The scale of the marker for use in 2D applications. |
scene — Property, class com.transmote.flar.camera.FLARCamera_Flash3D |
| |
_screen_size — Property, class jp.nyatla.nyartoolkit.as3.core.param.NyARParam |
| |
_sessionId — Property, class com.transmote.flar.marker.FLARMarker |
| |
sessionId — Property, class com.transmote.flar.marker.FLARMarker |
|
ID unique to this FLARMarker in this session. |
set2dVertex(i_ref_vertex_2d:Vector$jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint2d, i_number_of_vertex:int) — method, interface jp.nyatla.nyartoolkit.as3.core.transmat.solver.INyARTransportVectorSolver |
| |
set2dVertex(i_ref_vertex_2d:Vector$jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint2d, i_number_of_vertex:int) — method, class jp.nyatla.nyartoolkit.as3.core.transmat.solver.NyARTransportVectorSolver |
|
画面上の座標群を指定します。
|
setARCode(i_code:jp.nyatla.nyartoolkit.as3.core:NyARCode) — method, interface jp.nyatla.nyartoolkit.as3.core.match.INyARMatchPatt |
| |
setARCode(i_code_ref:jp.nyatla.nyartoolkit.as3.core:NyARCode) — method, class jp.nyatla.nyartoolkit.as3.core.match.NyARMatchPatt_Color_WITHOUT_PCA |
|
比較対象のARCodeをセットします。
|
setAreaRange(i_max:int, i_min:int) — method, class jp.nyatla.nyartoolkit.as3.core.labeling.rlelabeling.NyARLabeling_Rle |
|
対象サイズ
|
setAreaRange(i_max:int, i_min:int) — method, class org.libspark.flartoolkit.core.labeling.fllabeling.FLARLabeling |
|
白領域の検査対象サイズ
最大サイズは 一辺約320px、最小サイズは 一辺約 8px まで解析対象としている
解析画像中で上記範囲内であれば解析対象となるが、最小サイズは小さすぎて意味をなさない。
|
setAreaRange(i_max:int, i_min:int) — method, class org.libspark.flartoolkit.core.squaredetect.FLARSquareContourDetector |
|
白領域の検査対象サイズ
最大サイズは 一辺約320px、最小サイズは 一辺約 8px まで解析対象としている
解析画像中で上記範囲内であれば解析対象となるが、最小サイズは小さすぎて意味をなさない。
|
setAreaRange(i_max:int, i_min:int) — method, class org.libspark.flartoolkit.detector.FLARMultiMarkerDetector |
|
白領域の検査対象サイズ
最大サイズは 一辺約320px、最小サイズは 一辺約 8px まで解析対象としている
解析画像中で上記範囲内であれば解析対象となるが、最小サイズは小さすぎて意味をなさない。
マーカー内部の判別には一辺30px~230pxとするのが妥当。
640x480で取り込む場合は、i_maxを縦サイズの二乗を設定するべし
|
setButtonHandler(obj:Object, handler:Function) — method, class at.imagination.flare.FlareNFT |
|
Sets a button handler that will be invoked if a virtual button that was
defined with the function addButton() was pressed or released. |
setContinueMode(i_is_continue:Boolean) — method, class jp.nyatla.nyartoolkit.as3.detector.NyARDetectMarker |
|
getTransmationMatrixの計算モードを設定します。
|
setContinueMode(i_is_continue:Boolean) — method, class org.libspark.flartoolkit.detector.FLARMultiMarkerDetector |
|
getTransmationMatrixの計算モードを設定します。
|
setEdgeSize(i_x_edge:int, i_y_edge:int, i_resolution:int) — method, class jp.nyatla.nyartoolkit.as3.core.pickup.NyARColorPatt_Perspective |
|
矩形領域のエッジサイズを指定します。
エッジの計算方法は以下の通りです。
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を指定してください。
|
setEdgeSizeByPercent(i_x_percent:int, i_y_percent:int, i_resolution:int) — method, class jp.nyatla.nyartoolkit.as3.core.pickup.NyARColorPatt_Perspective |
| |
setLogger(obj:Object, logger:Function, level:uint) — method, class at.imagination.flare.FlareNFT |
|
Sets a logging function: Use this to display logging output from libFlareNFT. |
setLogger(obj:Object, logger:Function, level:uint) — method, class at.imagination.flare.FlareTracker |
|
Sets a logging function: Use this to display logging output from libFlareTracker. |
setLogger(obj:Object, logger:Function, level:uint) — method, interface at.imagination.flare.IFlareTracker |
| |
setMaxLabels(i_max_label:int) — method, class jp.nyatla.nyartoolkit.as3.core.labeling.NyARLabelOverlapChecker |
|
最大i_max_label個のラベルを蓄積できるようにオブジェクトをリセットする
|
setParam(param:org.libspark.flartoolkit.core.param:FLARParam) — method, class org.libspark.flartoolkit.support.alternativa3d.FLARCamera3D |
| |
setPerspectiveProjection(p_nFovY:Number, p_nAspectRatio:Number, p_nZNear:Number, p_nZFar:Number) — method, class com.transmote.flar.camera.FLARCamera_Sandy |
| |
setPixel(i_x:int, i_y:int, i_rgb:Vector$int) — method, interface jp.nyatla.nyartoolkit.as3.core.rasterreader.INyARRgbPixelReader |
|
1ピクセルを設定します。
|
setPixel(i_x:int, i_y:int, i_rgb:Vector$int) — method, class jp.nyatla.nyartoolkit.as3.core.rasterreader.NyARRgbPixelReader_INT1D_X8R8G8B8_32 |
| |
setPixel(i_x:int, i_y:int, i_rgb:Vector$int) — method, class org.libspark.flartoolkit.core.rasterreader.FLARRgbPixelReader_BitmapData |
| |
setPixels(i_x:Vector$int, i_y:Vector$int, i_num:int, i_intrgb:Vector$int) — method, interface jp.nyatla.nyartoolkit.as3.core.rasterreader.INyARRgbPixelReader |
|
複数のピクセル値をint配列から設定します。
|
setPixels(i_x:Vector$int, i_y:Vector$int, i_num:int, i_intrgb:Vector$int) — method, class jp.nyatla.nyartoolkit.as3.core.rasterreader.NyARRgbPixelReader_INT1D_X8R8G8B8_32 |
| |
setPixels(i_x:Vector$int, i_y:Vector$int, i_num:int, i_intrgb:Vector$int) — method, class org.libspark.flartoolkit.core.rasterreader.FLARRgbPixelReader_BitmapData |
| |
setRaster(i_raster:Vector$jp.nyatla.nyartoolkit.as3.core.raster:INyARRaster) — method, class jp.nyatla.nyartoolkit.as3.core.NyARCode |
| |
setRaster(i_raster:jp.nyatla.nyartoolkit.as3.core.raster:INyARRaster) — method, class jp.nyatla.nyartoolkit.as3.core.match.NyARMatchPattDeviationBlackWhiteData |
|
XRGB[widtheight]の配列から、パターンデータを構築。
|
setRaster(i_raster:jp.nyatla.nyartoolkit.as3.core.raster:INyARRaster) — method, class jp.nyatla.nyartoolkit.as3.core.match.NyARMatchPattDeviationColorData |
|
NyARRasterからパターンデータをセットします。
この関数は、データを元に所有するデータ領域を更新します。
|
setSessionId() — method, class com.transmote.flar.marker.FLARMarker |
| |
setSquare(i_width:Number) — method, class jp.nyatla.nyartoolkit.as3.core.transmat.NyARRectOffset |
|
中心位置と辺長から、オフセット情報を作成して設定する。
|
setThreshold(i_threshold:int) — method, class jp.nyatla.nyartoolkit.as3.core.rasterfilter.rgb2bin.NyARRasterFilter_ARToolkitThreshold |
|
画像を2値化するための閾値。暗点<=th<明点となります。
|
setThreshold(i_threshold:int) — method, class org.libspark.flartoolkit.core.rasterfilter.rgb2bin.FLARRasterFilter_Threshold |
|
画像を2値化するための閾値。暗点<=th<明点となります。
|
setValue(i_factor:Vector$Number) — method, class jp.nyatla.nyartoolkit.as3.core.param.NyARCameraDistortionFactor |
|
配列の値をファクタ値としてセットする。
|
setValue(i_factor:Vector$Number, i_projection:Vector$Number) — method, class jp.nyatla.nyartoolkit.as3.core.param.NyARParam |
| |
setValue(i_in:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d) — method, class jp.nyatla.nyartoolkit.as3.core.types.NyARDoublePoint3d |
| |
setValue(i_value:Vector$Number) — method, interface jp.nyatla.nyartoolkit.as3.core.types.matrix.INyARDoubleMatrix |
|
配列の内容を行列に設定する。
遅いので余り使わないでね。
|
setValue(i_value:Vector$Number) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix22 |
|
遅いからあんまり使わないでね。
|
setValue(i_value:Vector$Number) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix33 |
|
遅いからあんまり使わないでね。
|
setValue(i_value:Vector$Number) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix34 |
| |
setValue_NyARDoubleMatrix33(i_value:jp.nyatla.nyartoolkit.as3.core.types.matrix:NyARDoubleMatrix33) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix33 |
| |
setValue_NyARDoubleMatrix34(i_value:jp.nyatla.nyartoolkit.as3.core.types.matrix:NyARDoubleMatrix34) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix34 |
| |
setValue_NyARDoublePoint2d(i_src:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint2d) — method, class jp.nyatla.nyartoolkit.as3.core.types.NyARDoublePoint2d |
| |
setValue_NyARIntPoint2d(i_src:jp.nyatla.nyartoolkit.as3.core.types:NyARIntPoint2d) — method, class jp.nyatla.nyartoolkit.as3.core.types.NyARDoublePoint2d |
| |
setZXYAngle_Number(i_x:Number, i_y:Number, i_z:Number) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix33 |
| |
setZXYAngle_NyARDoublePoint3d(i_angle:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d) — method, class jp.nyatla.nyartoolkit.as3.core.types.matrix.NyARDoubleMatrix33 |
| |
sincos2Rotation_ZXY(i_sincos:Vector$NyARPartialDifferentiationOptimize.as$355:TSinCosValue, i_rot_matrix:jp.nyatla.nyartoolkit.as3.core.types.matrix:NyARDoubleMatrix33) — method, class jp.nyatla.nyartoolkit.as3.core.transmat.optimize.NyARPartialDifferentiationOptimize |
| |
_size — Property, class jp.nyatla.nyartoolkit.as3.core.pickup.NyARColorPatt_Perspective |
| |
_size — Property, class jp.nyatla.nyartoolkit.as3.core.raster.NyARRaster_BasicClass |
| |
_size — Property, class jp.nyatla.nyartoolkit.as3.core.raster.rgb.NyARRgbRaster_BasicClass |
| |
_size_ref — Property, class jp.nyatla.nyartoolkit.as3.core.pickup.privateClass.NyARPickFromRaster_1 |
| |
_size_ref — Property, class jp.nyatla.nyartoolkit.as3.core.pickup.privateClass.NyARPickFromRaster_2x |
| |
_size_ref — Property, class jp.nyatla.nyartoolkit.as3.core.pickup.privateClass.NyARPickFromRaster_4x |
| |
_size_ref — Property, class jp.nyatla.nyartoolkit.as3.core.pickup.privateClass.NyARPickFromRaster_N |
| |
smoother — Property, class com.transmote.flar.FLARManager |
|
IFLARMatrixSmoother to use to apply smoothing to transformation matrices generated by trackerManager. |
smoothing — Property, class com.transmote.flar.FLARManager |
|
Apply a smoothing algorithm to transformation matrices generated by trackerManager. |
smoothMatrices(storedMatrices:Vector$flash.geom:Matrix3D) — method, class com.transmote.flar.utils.smoother.FLARMatrixSmoother_Average |
|
Returns a Matrix3D that is the average of a Vector of Matrix3D instances. |
smoothMatrices(storedMatrices:Vector$flash.geom:Matrix3D) — method, class com.transmote.flar.utils.smoother.FLARMatrixSmoother_AverageSimple |
|
Returns a Matrix3D that is the average of a Vector of Matrix3D instances. |
smoothMatrices(storedMatrices:Vector$flash.geom:Matrix3D) — method, interface com.transmote.flar.utils.smoother.IFLARMatrixSmoother |
|
Returns a Matrix3D that is the average of the last |
solve2Equation_2a(i_b:Number, i_c:Number, o_result:Vector$Number) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyAREquationSolver |
| |
solve2Equation_2b(i_b:Number, i_c:Number, o_result:Vector$Number, i_result_st:int) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyAREquationSolver |
| |
solve2Equation_3(i_a:Number, i_b:Number, i_c:Number, o_result:Vector$Number) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyAREquationSolver |
| |
solve3Equation_3(i_b:Number, i_c:Number, i_d:Number, o_result:Vector$Number) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyAREquationSolver |
|
3次方程式 x^3+b^2+c+d=0の実根を求める。
だけを求める。
http://aoki2.si.gunma-u.ac.jp/JavaScript/src/3jisiki.html
のコードを基にしてます。
|
solve3Equation_4(i_a:Number, i_b:Number, i_c:Number, i_d:Number, o_result:Vector$Number) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyAREquationSolver |
|
3次方程式 a^3+b^2+c+d=0の実根を求める。
http://aoki2.si.gunma-u.ac.jp/JavaScript/src/3jisiki.html
のコードを基にしてます。
|
solve4Equation(i_a:Number, i_b:Number, i_c:Number, i_d:Number, i_e:Number, o_result:Vector$Number) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyAREquationSolver |
|
4次方程式の実根だけを求める。
|
solveTransportVector(i_vertex3d:Vector$jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d, o_transfer:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d) — method, interface jp.nyatla.nyartoolkit.as3.core.transmat.solver.INyARTransportVectorSolver |
|
画面座標群と3次元座標群から、平行移動量を計算します。
2d座標系は、直前に実行したset2dVertexのものを使用します。
|
solveTransportVector(i_vertex3d:Vector$jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d, o_transfer:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d) — method, class jp.nyatla.nyartoolkit.as3.core.transmat.solver.NyARTransportVectorSolver |
|
画面座標群と3次元座標群から、平行移動量を計算します。
2d座標系は、直前に実行したset2dVertexのものを使用します。
|
sortByArea() — method, class jp.nyatla.nyartoolkit.as3.core.labeling.NyARLabelInfoStack |
|
エリアの大きい順にラベルをソートします。
|
source — Property, class com.transmote.flar.source.FLARCameraSource |
|
Retrieve the BitmapData source used for analysis. |
source — Property, class com.transmote.flar.source.FLARLoaderSource |
|
Retrieve the BitmapData source used for analysis. |
source — Property, class com.transmote.flar.source.FLARProxy |
|
FLARProxy has no BitmapData source;
method is here only for compliance with IFLARSource. |
source — Property, interface com.transmote.flar.source.IFLARSource |
|
Retrieve the BitmapData source used for analysis. |
sourceHeight — Property, class com.transmote.flar.utils.FLARManagerConfigLoader |
| |
sourceSize — Property, class com.transmote.flar.source.FLARCameraSource |
|
Size of BitmapData source used for analysis. |
sourceSize — Property, class com.transmote.flar.source.FLARLoaderSource |
|
Size of BitmapData source used for analysis. |
sourceSize — Property, class com.transmote.flar.source.FLARProxy |
|
Size of BitmapData source used for analysis. |
sourceSize — Property, interface com.transmote.flar.source.IFLARSource |
|
Size of BitmapData source used for analysis. |
sourceWidth — Property, class com.transmote.flar.utils.FLARManagerConfigLoader |
| |
speed — Property, class com.transmote.flar.utils.threshold.DrunkHistogramThresholdAdapter |
|
The speed at which the threshold changes during adaptive thresholding. |
speed — Property, class com.transmote.flar.utils.threshold.DrunkWalkThresholdAdapter |
|
The speed at which the threshold changes during adaptive thresholding. |
sqNorm() — method, class jp.nyatla.nyartoolkit.as3.core.types.NyARDoublePoint2d |
| |
sqNorm_Number(i_p1x:Number, i_p1y:Number, i_p2x:Number, i_p2y:Number) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyARMath |
| |
sqNorm_NyARDoublePoint2d(i_p1:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint2d, i_p2:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint2d) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyARMath |
|
p2-p1ベクトルのsquare normを計算する。
|
sqNorm_NyARDoublePoint3d(i_p1:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d, i_p2:jp.nyatla.nyartoolkit.as3.core.types:NyARDoublePoint3d) — Static Method , class jp.nyatla.nyartoolkit.as3.core.utils.NyARMath |
|
p2-p1ベクトルのsquare normを計算する。
|
sqvertex — Property, class jp.nyatla.nyartoolkit.as3.core.squaredetect.NyARSquare |
| |
_stride — Property, class jp.nyatla.nyartoolkit.as3.core.param.NyARObserv2IdealMap |
| |
switchBuffer(i_ref_buffer:Object) — method, interface jp.nyatla.nyartoolkit.as3.core.rasterreader.INyARRgbPixelReader |
| |
switchBuffer(i_ref_buffer:Object) — method, class jp.nyatla.nyartoolkit.as3.core.rasterreader.NyARRgbPixelReader_INT1D_X8R8G8B8_32 |
|
参照しているバッファをi_ref_bufferへ切り替えます。
内部パラメータのチェックは、実装依存です。
|
switchBuffer(i_ref_buffer:Object) — method, class org.libspark.flartoolkit.core.rasterreader.FLARRgbPixelReader_BitmapData |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |