Packageorg.libspark.flartoolkit.core.rasterfilter.rgb2bin
Classpublic class FLARRasterFilter_Threshold
InheritanceFLARRasterFilter_Threshold Inheritance Object
Implements INyARRasterFilter_Rgb2Bin

定数閾値による2値化をする。



Public Methods
 MethodDefined By
  
FLARRasterFilter_Threshold
  
doFilter(i_input:INyARRgbRaster, i_output:NyARBinRaster):void
FLARRasterFilter_Threshold
  
setThreshold(i_threshold:int):void
画像を2値化するための閾値。暗点<=th<明点となります。
FLARRasterFilter_Threshold
Constructor Detail
FLARRasterFilter_Threshold()Constructor
public function FLARRasterFilter_Threshold(i_threshold:int)



Parameters
i_threshold:int
Method Detail
doFilter()method
public function doFilter(i_input:INyARRgbRaster, i_output:NyARBinRaster):void

Parameters

i_input:INyARRgbRaster
 
i_output:NyARBinRaster

setThreshold()method 
public function setThreshold(i_threshold:int):void

画像を2値化するための閾値。暗点<=th<明点となります。

Parameters

i_threshold:int