Click or drag to resize

DetectionResultFiducialMarkers Class

Stores the result returned by a DetectMarkers(...) call
Inheritance Hierarchy
SystemObject
  Zivid.NET.CalibrationDetectionResultFiducialMarkers

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

The DetectionResultFiducialMarkers type exposes the following members.

Constructors
  NameDescription
Public methodDetectionResultFiducialMarkers
Initializes a new instance of the DetectionResultFiducialMarkers class
Top
Methods
  NameDescription
Public methodAllowedMarkerIds
Fetch the allowed marker ids this detection result was made with.
Public methodDetectedMarkers
Get the ids of the detected fiducial markers.
Public methodDispose
Releases all resources used by the DetectionResultFiducialMarkers
Public methodGetNativePtr
Public methodToString
Get string representation of detection result
(Overrides ObjectToString.)
Public methodValid
Test if the detection result is valid.
Top
Operators
See Also