Click or drag to resize

FixedPlacementOfFiducialMarkers Constructor

Constructs a FixedPlacementOfFiducialMarkers instance.

Namespace:  Zivid.NET.Experimental.Calibration.HandEyeLowDOF
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public FixedPlacementOfFiducialMarkers(
	MarkerDictionary dictionary,
	IEnumerable<FixedPlacementOfFiducialMarker> markers
)

Parameters

dictionary
Type: Zivid.NETMarkerDictionary
The dictionary that describes the appearance of the given markers.
markers
Type: System.Collections.GenericIEnumerableFixedPlacementOfFiducialMarker
A list describing the fixed placement of fiducial markers.
Remarks
The marker dictionary, the number of markers, and the individual marker IDs should match the marker dictionary and the allowed marker IDs provided during marker detection.
See Also