Click or drag to resize

CalibrationInput Class

Binds together a robot pose and the detection result acquired from the pose
Inheritance Hierarchy
SystemObject
  Zivid.NET.HandEyeCalibrationInput

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

The CalibrationInput type exposes the following members.

Constructors
  NameDescription
Public methodCalibrationInput
Constructs a calibration input instance
Top
Methods
  NameDescription
Public methodDetectionResult
Feature detection result
Public methodDispose
Releases all resources used by the CalibrationInput
Public methodGetNativePtr
Public methodRobotPose
Robot pose for detected feature points
Public methodToString
Get string representation of the calibration input
(Overrides ObjectToString.)
Top
See Also