Packageorg.libspark.flartoolkit.core.squaredetect
Classpublic class FLARSquareContourDetector
InheritanceFLARSquareContourDetector Inheritance NyARSquareContourDetector Inheritance Object



Public Methods
 MethodDefined By
  
最大i_squre_max個のマーカーを検出するクラスを作成する。
FLARSquareContourDetector
  
[override]
FLARSquareContourDetector
  
setAreaRange(i_max:int, i_min:int):void
白領域の検査対象サイズ 最大サイズは 一辺約320px、最小サイズは 一辺約 8px まで解析対象としている 解析画像中で上記範囲内であれば解析対象となるが、最小サイズは小さすぎて意味をなさない。
FLARSquareContourDetector
Constructor Detail
FLARSquareContourDetector()Constructor
public function FLARSquareContourDetector(i_size:NyARIntSize)

最大i_squre_max個のマーカーを検出するクラスを作成する。

Parameters
i_size:NyARIntSize
Method Detail
detectMarkerCB()method
override public function detectMarkerCB(i_raster:NyARBinRaster, i_callback:NyARSquareContourDetector_IDetectMarkerCallback):void

Parameters

i_raster:NyARBinRaster
 
i_callback:NyARSquareContourDetector_IDetectMarkerCallback

setAreaRange()method 
public function setAreaRange(i_max:int, i_min:int):void

白領域の検査対象サイズ 最大サイズは 一辺約320px、最小サイズは 一辺約 8px まで解析対象としている 解析画像中で上記範囲内であれば解析対象となるが、最小サイズは小さすぎて意味をなさない。

Parameters

i_max:int — 解析対象とする白領域の最大pixel数(一辺の二乗)
 
i_min:int — 解析対象とする白領域の最小pixel数(一辺の二乗)