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.
public Intrinsics Intrinsics
Field Value
ReprojectionError
The final re-projection error of the camera calibration.
public double ReprojectionError
Field Value
Methods
ToString()
Creates a string representation of this CameraCalibration structure.
public override string ToString()
Returns
- string
A string containing all the parameter values of this CameraCalibration structure.