Click or drag to resize

DetectionResult Class

A result returned by the Detector.DetectFeaturePoints(...) call
Inheritance Hierarchy
SystemObject
  Zivid.NET.CalibrationDetectionResult

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

The DetectionResult type exposes the following members.

Constructors
  NameDescription
Public methodDetectionResult
Initializes a new instance of the DetectionResult class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the DetectionResult
Public methodGetNativePtr
Public methodPose
Get position and orientation of the top left detected corner in camera coordinate system.
Public methodToString
Get string representation of DetectionResult
(Overrides ObjectToString.)
Public methodValid
Test if DetectionResult is valid.
Top
Operators
See Also