Holds the options used to initialize the body tracking module of the Fusion. More...
Functions | |
| bool | enable_tracking (self) |
| Defines if the object detection will track objects across images flow. More... | |
| bool | enable_body_fitting (self) |
| Defines if the body fitting will be applied. More... | |
Holds the options used to initialize the body tracking module of the Fusion.
| bool enable_tracking | ( | self | ) |
Defines if the object detection will track objects across images flow.
Default: True
Referenced by ObjectDetectionParameters.__cinit__(), and BodyTrackingParameters.__cinit__().
| bool enable_body_fitting | ( | self | ) |
Defines if the body fitting will be applied.
Default: False
Referenced by BodyTrackingParameters.__cinit__().