Click or drag to resize

FixedPlacementOfFiducialMarker Class

Specifies the fixed placement of a fiducial marker for low degrees-of-freedom hand-eye calibration.
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.Calibration.HandEyeLowDOFFixedPlacementOfFiducialMarker

Namespace:  Zivid.NET.Experimental.Calibration.HandEyeLowDOF
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class FixedPlacementOfFiducialMarker : IDisposable

The FixedPlacementOfFiducialMarker type exposes the following members.

Constructors
  NameDescription
Public methodFixedPlacementOfFiducialMarker
Constructs a FixedPlacementOfFiducialMarker instance.
Top
Properties
  NameDescription
Public propertyId
ID of fiducial marker
Public propertyPosition
Position of fiducial marker
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the FixedPlacementOfFiducialMarker
Public methodGetNativePtr
Public methodToString
Get string representation of this object
(Overrides ObjectToString.)
Top
See Also