objectdetection
Classes
| Name | Type | Summary |
|---|---|---|
| DetectedObject | DetectedObject | Represents a single detected object. |
| ObjectDetectionConfig | ObjectDetectionConfig | Wrapper for the native ARDK_ObjectDetection_Configuration type. |
| ObjectDetectionResult | ObjectDetectionResult | Wrapper for the native object detection result buffer. |
| ObjectDetectionSession | ObjectDetectionSession | Creates and manages an instance of the Object Detection ARDK feature. Object Detection classifies objects in the camera image. Use [start] and [stop] to control processing, and [configure] to adjust inference settings like frame rate and filtering. |
Data Classes
| Name | Type | Summary |
|---|---|---|
| ObjectDetectionImageParams | ObjectDetectionImageParams | Container for information about the camera image input that generated an awareness image, along with the model input size. |
| ObjectDetectionMetadata | ObjectDetectionMetadata | - |