Package boofcv.alg.fiducial.square
Class FoundFiducial
java.lang.Object
boofcv.alg.fiducial.square.FoundFiducial
Contains the ID and pose for a fiducial
-
Field Summary
Modifier and TypeFieldDescriptionWhere the fiducial was found in the input image.double
how close of a fit the observed pattern was to the best fit marker.long
ID number of the fiducial -
Constructor Summary
-
Method Summary
-
Field Details
-
id
public long idID number of the fiducial -
distortedPixels
Where the fiducial was found in the input image. pixel coordinates. Lens distortion has not been removed.
For the meaning of each corner see
BaseDetectFiducialSquare
. corner a = 0, b = 1, c = 2, d = 3 -
encodingError
public double encodingErrorhow close of a fit the observed pattern was to the best fit marker. Lower is better.
-
-
Constructor Details
-
FoundFiducial
public FoundFiducial()
-