Struct CameraCalibration
Represents the result of a camera calibration algorithm, including the camera intrinsic parameters and an estimate of the re-projection error.
public struct CameraCalibration
- Inherited Members
Fields
- Intrinsics
The parameters that describe the camera intrinsic properties such as the focal length or lens distortion.
- ReprojectionError
The final re-projection error of the camera calibration.
Methods
- ToString()
Creates a string representation of this CameraCalibration structure.