Click or drag to resize

FixedPlacementOfFiducialMarker Constructor

Constructs a FixedPlacementOfFiducialMarker instance.

Namespace:  Zivid.NET.Experimental.Calibration.HandEyeLowDOF
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public FixedPlacementOfFiducialMarker(
	int markerId,
	PointXYZ position
)

Parameters

markerId
Type: SystemInt32
The ID of the fiducial marker to specify a position for.
position
Type: Zivid.NETPointXYZ
The position of the fiducial marker, specified at the center of the marker.
Remarks
For eye-in-hand calibration, positions should be given in the robot's base frame. For eye-to-hand calibration, positions should be given in the robot's end-effector frame. Note: the units of the input robot poses must be consistent with the units of the point clouds used to create the detection result. Zivid point clouds are, by default, in millimeters.
See Also