Click or drag to resize

DetectionResult Methods

The DetectionResult type exposes the following members.

Methods
  NameDescription
Public methodCentroid
Get the centroid of the detected feature points in camera-space.
Public methodDispose
Public methodFeaturePoints
Get the detected feature points in camera-space.
Public methodFeaturePoints2D
Get the detected feature points in pixel-space.
Public methodGetNativePtr
Public methodPose
Get position and orientation of the top left detected corner in camera coordinate system.
Public methodStatus
Get detection status/validity as an enum.
Public methodStatusDescription
Get a human readable description of the DetectionStatus.
Public methodToString
Get string representation of DetectionResult
(Overrides ObjectToString.)
Public methodValid
Test if DetectionResult is valid.
Top
See Also