public class FoundFiducial
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
georegression.struct.shapes.Quadrilateral_F64 |
distortedPixels
Where the fiducial was found in the input image.
|
long |
id
ID number of the fiducial
|
| Constructor and Description |
|---|
FoundFiducial() |
public long id
public georegression.struct.shapes.Quadrilateral_F64 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