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  
calcFLARMatrixRotations(fm, bInDegrees) — Static method in class com.transmote.flar.utils.geom.FLARGeomUtils
calculate rotation around X, Y, and Z axes, and return stored in a Vector3D instance.
calcFLARMatrixScales(fm) — Static method in class com.transmote.flar.utils.geom.FLARGeomUtils
calculate scale in X, Y, and Z dimensions, and return stored in a Vector3D instance.
calculateThreshold(source, currentThreshold) — Method in class com.transmote.flar.utils.threshold.DrunkWalkThresholdAdapter
calculate a new threshold.
calculateThreshold(source, currentThreshold) — Method in class com.transmote.flar.utils.threshold.HistogramThresholdAdapter
calculate a new threshold.
calculateThreshold(source, currentThreshold) — Method in class com.transmote.flar.utils.threshold.IntegralImageThresholdAdapter
IntegralImageThresholdAdapter directly modifies the source Bitmap data, and passes -1 for the threshold, to tell FLARToolkit not to apply its own thresholding.
calculateThreshold(source, currentThreshold) — Method in interface com.transmote.flar.utils.threshold.IThresholdAdapter
calculate a new threshold.
cameraIndex — Property in class com.transmote.flar.source.FLARCameraSource
the index, in Camera.names, of the active camera.
cameraParams — Property in class com.transmote.flar.FLARManager
FLARParam used by this FLARManager.
centerpoint — Property in class com.transmote.flar.marker.FLARMarker
centerpoint of marker outline in the 2D space of the screen, calculated as the average of the outline's four corner points.
_centerpoint2D — Property in class com.transmote.flar.marker.FLARMarker
_centerpoint3D — Property in class com.transmote.flar.marker.FLARMarker
centerpoint3D — Property in class com.transmote.flar.marker.FLARMarker
centerpoint of marker outline extracted from FLARToolkit transformation matrix.
clone() — Method in class com.transmote.flar.marker.FLARMarkerEvent
com.transmote.flar — Package
com.transmote.flar.marker — Package
com.transmote.flar.pattern — Package
com.transmote.flar.source — Package
com.transmote.flar.utils — Package
com.transmote.flar.utils.geom — Package
com.transmote.flar.utils.smoother — Package
com.transmote.flar.utils.threshold — Package
_confidence — Property in class com.transmote.flar.marker.FLARMarker
confidence — Property in class com.transmote.flar.marker.FLARMarker
'confidence' is a value assigned by FLARToolkit to each detected marker, that describes the algorithm's perceived accuracy of the pattern match.
convertFLARMatrixToAlternativaMatrix(fm, bMirror) — Static method in class com.transmote.flar.utils.geom.FLARAlternativaGeomUtils
convert a FLARToolkit matrix to an Alternativa3D matrix.
convertFLARMatrixToAwayMatrix(fm, bMirror) — Static method in class com.transmote.flar.utils.geom.FLARAwayGeomUtils
convert a FLARToolkit matrix to an Away3D matrix.
convertFLARMatrixToFlashMatrix(fm, bMirror) — Static method in class com.transmote.flar.utils.geom.FLARGeomUtils
convert a FLAR matrix to a Flash Matrix3D.
convertFLARMatrixToFlashMatrix3D(fm, bMirror) — Static method in class com.transmote.flar.utils.geom.FLARGeomUtils
convert a FLAR matrix to a Flash Matrix3D.
convertFLARMatrixToPVMatrix(fm, bMirror) — Static method in class com.transmote.flar.utils.geom.FLARPVGeomUtils
convert a FLARToolkit matrix to a Papvervision3D matrix.
convertFLARMatrixToSandyMatrix(fm, bMirror) — Static method in class com.transmote.flar.utils.geom.FLARSandyGeomUtils
convert a FLARToolkit matrix to a Sandy3D matrix.
copy(otherMarker:com.transmote.flar.marker:FLARMarker) — Method in class com.transmote.flar.marker.FLARMarker
copy the properties of a FLARMarker into this FLARMarker.
corners — Property in class com.transmote.flar.marker.FLARMarker
a Vector of four Points that describe the four points of the detected marker's outline.
createFLARIdentityMatrix() — Static method in class com.transmote.flar.utils.geom.FLARGeomUtils
create an identity matrix as a FLARDoubleMatrix34.
createFLARIdentityTransMat() — Static method in class com.transmote.flar.utils.geom.FLARGeomUtils
create an identity matrix as a FLARTransMatResult.
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