Click or drag to resize

FixedPlacementOfCalibrationObjects Class

Specifies the fixed placement of calibration objects for low degrees-of-freedom hand-eye calibration.
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.Calibration.HandEyeLowDOFFixedPlacementOfCalibrationObjects

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

The FixedPlacementOfCalibrationObjects type exposes the following members.

Constructors
  NameDescription
Public methodFixedPlacementOfCalibrationObjects(FixedPlacementOfCalibrationBoard)
Constructs a FixedPlacementOfCalibrationObjects instance from a calibration board.
Public methodFixedPlacementOfCalibrationObjects(FixedPlacementOfFiducialMarkers)
Constructs a FixedPlacementOfCalibrationObjects instance from fiducial markers.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the FixedPlacementOfCalibrationObjects
Public methodGetNativePtr
Public methodToString
Get string representation of this object
(Overrides ObjectToString.)
Top
See Also