DetectionResult Class |
Namespace: Zivid.NET.Calibration
The DetectionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DetectionResult | Initializes a new instance of the DetectionResult class |
| Name | Description | |
|---|---|---|
| IsDisposed | Check if the detection result is disposed |
| Name | Description | |
|---|---|---|
| Centroid | Get the centroid of the detected feature points in camera-space. | |
| Dispose | Releases all resources used by the DetectionResult | |
| 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. |
| Name | Description | |
|---|---|---|
| (DetectionResult to Boolean) | Test if DetectionResult is valid. |