Constructs a hand-eye calibration input instance
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public HandEyeInput(
Pose robotPose,
DetectionResult detectionResult
)
Public Sub New (
robotPose As Pose,
detectionResult As DetectionResult
)
public:
HandEyeInput(
Pose^ robotPose,
DetectionResult^ detectionResult
)
Parameters
- robotPose
- Type: Zivid.NET.CalibrationPose
Robot pose for detected feature points - detectionResult
- Type: Zivid.NET.CalibrationDetectionResult
Feature detection result
See Also