Click or drag to resize

CalibrationInput Constructor

Constructs a calibration input instance

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

Parameters

robotPose
Type: Zivid.NET.HandEyePose
Robot pose for detected feature points
detectionResult
Type: Zivid.NET.HandEyeDetectionResult
Feature detection result
See Also