NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::gestures::GesturesPostProcessorParams Struct Reference

Detailed Description

Describes the parameters for filtering the gesture detections.

Definition at line 29 of file Gestures.h.

Data Fields

uint32_t numGestures
 < Number of gestures More...
 
size_t gestureHistorySize
 Threshold for refining. More...
 
size_t gestureHistoryThreshold
 

Field Documentation

◆ gestureHistorySize

size_t cvcore::gestures::GesturesPostProcessorParams::gestureHistorySize

Threshold for refining.

Refers to the maximum number of detections in thw window size.

Definition at line 34 of file Gestures.h.

◆ gestureHistoryThreshold

size_t cvcore::gestures::GesturesPostProcessorParams::gestureHistoryThreshold

Definition at line 36 of file Gestures.h.

◆ numGestures

uint32_t cvcore::gestures::GesturesPostProcessorParams::numGestures

< Number of gestures

Smoothing window size for filtering the detections. Set to 1 for no filtering

Definition at line 32 of file Gestures.h.


The documentation for this struct was generated from the following file: