Table of Contents

Struct CameraCalibration

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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

Intrinsics

ReprojectionError

The final re-projection error of the camera calibration.

public double ReprojectionError

Field Value

double

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.