DetectionResult Methods |
The DetectionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Centroid | Get the centroid of the detected feature points in camera-space. | |
| Dispose | ||
| FeaturePoints | Get the detected feature points in camera-space. | |
| FeaturePoints2D | Get the detected feature points in pixel-space. | |
| GetNativePtr | ||
| Pose | Get position and orientation of the top left detected corner in camera coordinate system. | |
| Status | Get detection status/validity as an enum. | |
| StatusDescription | Get a human readable description of the DetectionStatus. | |
| ToString | Get string representation of DetectionResult (Overrides ObjectToString.) | |
| Valid | Test if DetectionResult is valid. |