BodyTrackingFusionParameters Class Reference

Holds the options used to initialize the body tracking module of the Fusion. More...

Attributes

bool enable_tracking = true
 Defines if the object detection will track objects across images flow. More...
 
bool enable_body_fitting = false
 Defines if the body fitting will be applied. More...
 

Detailed Description

Holds the options used to initialize the body tracking module of the Fusion.

Variables

◆ enable_tracking

bool enable_tracking = true

Defines if the object detection will track objects across images flow.

◆ enable_body_fitting

bool enable_body_fitting = false

Defines if the body fitting will be applied.

Note
If you enable it and the camera provides data as BODY_18 the fused body format will be BODY_34.