Click or drag to resize

MarkerShape Class

Holds physical (3D) and image (2D) properties of a detected fiducial marker
Inheritance Hierarchy
SystemObject
  Zivid.NET.CalibrationMarkerShape

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class MarkerShape : IDisposable

The MarkerShape type exposes the following members.

Constructors
  NameDescription
Public methodMarkerShape
Initializes a new instance of the MarkerShape class
Top
Methods
  NameDescription
Public methodCornersInCameraCoordinates
Get 3D spatial coordinates of the corners of the detected marker.
Public methodCornersInPixelCoordinates
Get 2D image coordinates of the corners of the detected marker.
Public methodDispose
Releases all resources used by the MarkerShape
Public methodGetNativePtr
Public methodId
Get the id of the detected marker.
Public methodPose
Get 3D pose of the marker.
Public methodToString
Get string representation of MarkerShape
(Overrides ObjectToString.)
Top
Remarks
For more information on ArUco markers see the OpenCV documentation on ArUco markers To get more information about fiducial markers in general, refer to the wikipedia page
See Also