Click or drag to resize

HandEyeResidual Class

Representaton of the estimated errors of a calibrated hand-eye transform
Inheritance Hierarchy
SystemObject
  Zivid.NET.CalibrationHandEyeResidual

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

The HandEyeResidual type exposes the following members.

Constructors
  NameDescription
Public methodHandEyeResidual(HandEyeResidual)
Initializes a new instance of the HandEyeResidual class
Public methodHandEyeResidual(Single, Single)
Constructs a hand-eye residual instance
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the HandEyeResidual
Public methodGetNativePtr
Public methodRotation
Rotational residual in degrees
Public methodToString
Get string representation of the hand-eye residual
(Overrides ObjectToString.)
Public methodTranslation
Translational residual in millimeters
Top
See Also