SL_CustomObjectDetectionRuntimeParameters Struct Reference

Structure containing a set of runtime parameters for the object detection module using your own model ran by the SDK. More...

Data Fields

struct SL_CustomObjectDetectionProperties object_detection_properties
 Global object detection properties.
 
struct SL_CustomObjectDetectionPropertiesobject_class_detection_properties
 Per class object detection properties. More...
 
unsigned int number_custom_detection_properties
 Size of the object_class_detection_properties array.
 

Detailed Description

Structure containing a set of runtime parameters for the object detection module using your own model ran by the SDK.

The default constructor sets all parameters to their default settings.

Note
Parameters can be adjusted by the user.

Field Documentation

◆ object_class_detection_properties

struct SL_CustomObjectDetectionProperties* SL_CustomObjectDetectionRuntimeParameters::object_class_detection_properties

Per class object detection properties.

Note
object_detection_properties is used as a fallback when SL_CustomObjectDetectionRuntimeParameters.object_class_detection_properties is partially set.