Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 DrunkWalkThresholdAdapter
com.transmote.flar.utils.threshold DrunkWalkThresholdAdapter calculates a new threshold using weighted randomization.
 FLARAlternativaGeomUtils
com.transmote.flar.utils.geom 
 FLARAwayGeomUtils
com.transmote.flar.utils.geom 
 FLARCameraSource
com.transmote.flar.source Use the contents of a Camera feed as a source image for FLARToolkit marker detection.
 FLARGeomUtils
com.transmote.flar.utils.geom collection of utils used for FLAR matrix transformation / conversion.
 FLARLoaderSource
com.transmote.flar.source use the contents of a Loader as a source image for FLARToolkit marker detection.
 FLARManager
com.transmote.flar

Manager for computer vision applications using FLARToolkit ( http://www.libspark.org/wiki/saqoosha/FLARToolKit/en).

 FLARMarker
com.transmote.flar.marker

Container for information about a detected marker, including:

  • pattern and session ids
  • centerpoint of marker
  • corners of marker outline
  • Vector3D instance that describes x, y, and z location, and rotation (in the z-axis) of marker
  • rotation of marker around x, y, and z axes

 FLARMarkerEvent
com.transmote.flar.marker event with notification of a change in an active FLARMarker.
 FLARMatrixSmoother_Average
com.transmote.flar.utils.smoother 
 FLARPattern
com.transmote.flar.pattern wrapper for all information needed by FLARToolkit to track an individual marker.
 FLARPatternLoader
com.transmote.flar.pattern manages loading FLARPatterns and instantiating corresponding FLARCodes.
 FLARProxy
com.transmote.flar.utils FLARProxy provides a way to test FLARToolkit applications with a mouse and keyboard.
 FLARPVGeomUtils
com.transmote.flar.utils.geom 
 FLARSandyGeomUtils
com.transmote.flar.utils.geom matrix conversion courtesy of makc: http://makc3d.wordpress.com/2009/03/17/sandy-augmented-reality/
 HistogramThresholdAdapter
com.transmote.flar.utils.threshold HistogramThresholdAdapter calculates a threshold based on a histogram of the source image.
 IFLARMatrixSmoother
com.transmote.flar.utils.smoother 
 IFLARSource
com.transmote.flar.source interface that defines a means of updating and accessing a BitmapData instance to be analyzed by FLARToolkit's marker detection.
 IntegralImageThresholdAdapter
com.transmote.flar.utils.threshold IntegralImageThresholdAdapter applies thresholding directly to source BitmapData, using an integral image algorithm.
 IThresholdAdapter
com.transmote.flar.utils.threshold