Click or drag to resize

HandEyeInput Class

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

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

The HandEyeInput type exposes the following members.

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