Packagecom.transmote.flar.utils.threshold
Classpublic class DefaultThresholdAdapter
InheritanceDefaultThresholdAdapter Inheritance DrunkHistogramThresholdAdapter Inheritance Object

FLARManager defaults to a DrunkHistogramThresholdAdapter. Override the default threshold adapter by specifying a threshold adapter via flarConfig.xml or via Actionscript, or by setting to null.



Public Properties
 PropertyDefined By
 InheritedrunsEveryFrame : Boolean
[read-only] Returns false; DrunkHistogramThresholdAdapter runs only when confidence is low (poor marker detection).
DrunkHistogramThresholdAdapter
 Inheritedspeed : Number
The speed at which the threshold changes during adaptive thresholding.
DrunkHistogramThresholdAdapter
Public Methods
 MethodDefined By
  
DefaultThresholdAdapter
 Inherited
calculateThreshold(source:BitmapData, currentThreshold:Number):Number
Calculate a new threshold.
DrunkHistogramThresholdAdapter
 Inherited
dispose():void
Free this instance for garbage collection.
DrunkHistogramThresholdAdapter
 Inherited
initFromXML(paramsObj:Object):void
Init from a name-value paired object that contains parameters parsed from XML.
DrunkHistogramThresholdAdapter
 Inherited
resetCalculations(currentThreshold:Number):void
Reset calculations.
DrunkHistogramThresholdAdapter
Constructor Detail
DefaultThresholdAdapter()Constructor
public function DefaultThresholdAdapter()