Click or drag to resize

CalibrationOutput Class

The calibration result containing the computed pose and reprojection errors for all the input poses
Inheritance Hierarchy
SystemObject
  Zivid.NET.HandEyeCalibrationOutput

Namespace:  Zivid.NET.HandEye
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class CalibrationOutput : IDisposable

The CalibrationOutput type exposes the following members.

Constructors
  NameDescription
Public methodCalibrationOutput
Initializes a new instance of the CalibrationOutput class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CalibrationOutput
Public methodHandEyeTransform
Hand eye transform
Public methodPerPoseCalibrationResiduals
Calibration residuals
Public methodToString
Get string representation of the calibration output
(Overrides ObjectToString.)
Public methodValid
Test if CalibrationOutput is valid
Top
Operators
See Also