HandEyeInput Constructor (Pose, DetectionResultFiducialMarkers) |
Constructs a HandEyeInput instance from a fiducial marker detection result.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public HandEyeInput(
Pose robotPose,
DetectionResultFiducialMarkers detectionResult
)
Public Sub New (
robotPose As Pose,
detectionResult As DetectionResultFiducialMarkers
)
public:
HandEyeInput(
Pose^ robotPose,
DetectionResultFiducialMarkers^ detectionResult
)
Parameters
- robotPose
- Type: Zivid.NET.CalibrationPose
Robot pose for the detected markers. - detectionResult
- Type: Zivid.NET.CalibrationDetectionResultFiducialMarkers
Fiducial marker detection result.
See Also