CalibrationPoints
A set of reference points a function uses to learn calibration information.
Elements
| Name | Type | Description |
|---|---|---|
| pixelCoordinates | PointFloat* | The array of pixel coordinates. |
| realWorldCoordinates | PointFloat* | The array of corresponding real-world coordinates. |
| numCoordinates | int | The number of coordinates in both of the arrays. |