Click or drag to resize

HandEyeOutput Class

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

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

The HandEyeOutput type exposes the following members.

Constructors
  NameDescription
Public methodHandEyeOutput
Initializes a new instance of the HandEyeOutput class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the HandEyeOutput
Public methodResiduals
Hand-eye calibration residuals
Public methodToString
Get string representation of the hand-eye calibration output
(Overrides ObjectToString.)
Public methodTransform
Hand eye transform
Public methodValid
Test if HandEyeOutput is valid
Top
Operators
See Also