Click or drag to resize

HandEyeInput Constructor (Pose, DetectionResult)

Constructs a HandEyeInput instance from a calibration board detection result.

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public HandEyeInput(
	Pose robotPose,
	DetectionResult detectionResult
)

Parameters

robotPose
Type: Zivid.NET.CalibrationPose
Robot pose for detected feature points.
detectionResult
Type: Zivid.NET.CalibrationDetectionResult
Calibration board detection result.
See Also