Classes | |
struct | BatchParameters |
Structure containing a set of parameters for batch object detection. More... | |
struct | ObjectDetectionParameters |
Structure containing a set of parameters for the object detection module. More... | |
struct | ObjectDetectionRuntimeParameters |
Structure containing a set of runtime parameters for the object detection module. More... | |
struct | ObjectData |
Structure containing data of a detected object such as its boundingBox, label, id and its 3D position. More... | |
struct | CustomBoxObjectData |
Structure that store externally detected objects. More... | |
struct | Objects |
Structure containing the results of the object detection module. It contains the number of object in the scene (numObject) and the objectData structure for each object. More... | |
class | ObjectsBatch |
Class containing batched data of a detected objects from the object detection module. More... | |
Enumerations | |
enum class | OBJECT_CLASS |
Lists available object classes. More... | |
enum class | OBJECT_SUBCLASS |
List available object subclasses. More... | |
enum class | OBJECT_TRACKING_STATE |
Lists the different states of object tracking. More... | |
enum class | OBJECT_ACTION_STATE |
Lists the different states of an object's actions. More... | |
enum class | OBJECT_DETECTION_MODEL |
Lists available models for the object detection module. More... | |
|
strong |
Lists available object classes.
|
strong |
List available object subclasses.
Given as hint, when using object tracking an object can change of sl.OBJECT_SUBCLASS while keeping the same sl.OBJECT_CLASS (i.e.: frame n: sl.OBJECT_SUBCLASS.MOTORBIKE, frame n+1: sl.OBJECT_SUBCLASS.BICYCLE).
Enumerator | |
---|---|
PERSON | |
BICYCLE | |
CAR | |
MOTORBIKE | |
BUS | |
TRUCK | |
BOAT | |
BACKPACK | |
HANDBAG | |
SUITCASE | |
BIRD | |
CAT | |
DOG | |
HORSE | |
SHEEP | |
COW | |
CELLPHONE | |
LAPTOP | |
BANANA | |
APPLE | |
ORANGE | |
CARROT | |
PERSON_HEAD | |
SPORTSBALL |
|
strong |
Lists the different states of object tracking.
Enumerator | |
---|---|
OFF | The tracking is not yet initialized. |
OK | The object is tracked. |
SEARCHING | The object could not be detected in the image and is potentially occluded. |
TERMINATE | This is the last searching state of the track. |
|
strong |
|
strong |
Lists available models for the object detection module.