Click or drag to resize

FixedPlacementOfCalibrationBoard Class

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

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

The FixedPlacementOfCalibrationBoard type exposes the following members.

Constructors
  NameDescription
Public methodFixedPlacementOfCalibrationBoard(PointXYZ)
Constructs a FixedPlacementOfCalibrationBoard instance using a position.
Public methodFixedPlacementOfCalibrationBoard(Pose)
Constructs a FixedPlacementOfCalibrationBoard instance using a pose.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the FixedPlacementOfCalibrationBoard
Public methodGetNativePtr
Public methodToString
Get string representation of this object
(Overrides ObjectToString.)
Top
See Also