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  
IFLARMatrixSmoother — Interface in package com.transmote.flar.utils.smoother
IFLARSource — Interface in package com.transmote.flar.source
interface that defines a means of updating and accessing a BitmapData instance to be analyzed by FLARToolkit's marker detection.
incrementRemovalAge() — Method in class com.transmote.flar.marker.FLARMarker
increment removal age by one.
init(captureWidth, captureHeight, fps, mirrored, displayWidth, displayHeight, downsampleRatio) — Method in class com.transmote.flar.source.FLARCameraSource
Initialize this FLARCameraSource.
inited — Property in class com.transmote.flar.source.FLARCameraSource
returns true if initialization is complete.
inited — Property in class com.transmote.flar.source.FLARLoaderSource
returns true if initialization is complete.
inited — Property in interface com.transmote.flar.source.IFLARSource
returns true if initialization is complete.
inited — Property in class com.transmote.flar.utils.FLARProxy
returns true if initialization is complete.
initFromFile(flarConfigPath) — Method in class com.transmote.flar.FLARManager
load FLARManager configuration from an xml file.
initFromXML(flarConfigXML) — Method in class com.transmote.flar.FLARManager
init from an XML object in Flash.
initFromXML(paramsObj) — Method in class com.transmote.flar.utils.smoother.FLARMatrixSmoother_Average
init from a name-value paired object that contains parameters parsed from XML.
initFromXML(paramsObj) — Method in interface com.transmote.flar.utils.smoother.IFLARMatrixSmoother
init from a name-value paired object that contains parameters parsed from XML.
initFromXML(paramsObj) — Method in class com.transmote.flar.utils.threshold.DrunkWalkThresholdAdapter
init from a name-value paired object that contains parameters parsed from XML.
initFromXML(paramsObj) — Method in class com.transmote.flar.utils.threshold.HistogramThresholdAdapter
init from a name-value paired object that contains parameters parsed from XML.
initFromXML(paramsObj) — Method in class com.transmote.flar.utils.threshold.IntegralImageThresholdAdapter
init from a name-value paired object that contains parameters parsed from XML.
initFromXML(paramsObj) — Method in interface com.transmote.flar.utils.threshold.IThresholdAdapter
init from a name-value paired object that contains parameters parsed from XML.
initManual(cameraParamsPath, patterns, source:com.transmote.flar.source:IFLARSource) — Method in class com.transmote.flar.FLARManager
the old-fashioned way to initialize FLARManager.
IntegralImageThresholdAdapter — Class in package com.transmote.flar.utils.threshold
IntegralImageThresholdAdapter applies thresholding directly to source BitmapData, using an integral image algorithm.
IntegralImageThresholdAdapter() — Constructor in class com.transmote.flar.utils.threshold.IntegralImageThresholdAdapter
isActive — Property in class com.transmote.flar.FLARManager
true if this FLARManager instance is active and currently processing marker detection.
IThresholdAdapter — Interface in package com.transmote.flar.utils.threshold
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