Skip to main content
API Reference

objectdetection


Classes

NameTypeSummary
DetectedObjectDetectedObject
Represents a single detected object.
ObjectDetectionConfigObjectDetectionConfig
Wrapper for the native ARDK_ObjectDetection_Configuration type.
ObjectDetectionResultObjectDetectionResult
Wrapper for the native object detection result buffer.
ObjectDetectionSessionObjectDetectionSession
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

NameTypeSummary
ObjectDetectionImageParamsObjectDetectionImageParams
Container for information about the camera image input that generated an awareness image, along with the model input size.
ObjectDetectionMetadataObjectDetectionMetadata
-