NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::gestures Namespace Reference

Data Structures

class  Gestures
 Gestures parameters and implementation. More...
 
class  GesturesPostProcessor
 Interface for running post-processing on gestures network. More...
 
struct  GesturesPostProcessorParams
 Describes the parameters for filtering the gesture detections. More...
 
class  GesturesPreProcessor
 

Variables

const CVCORE_API ImagePreProcessingParams defaultPreProcessorParams
 Default parameters for the preprocessing pipeline. More...
 
const CVCORE_API ModelInputParams defaultModelInputParams
 Default parameters to describe the input expected for the model. More...
 
const CVCORE_API ModelInferenceParams defaultInferenceParams
 Default parameters to describe the model inference parameters. More...
 
const CVCORE_API GesturesPostProcessorParams defaultPostProcessorParams
 Default parameters for the post processing pipeline. More...
 

Variable Documentation

◆ defaultInferenceParams

const CVCORE_API ModelInferenceParams cvcore::gestures::defaultInferenceParams

Default parameters to describe the model inference parameters.

◆ defaultModelInputParams

const CVCORE_API ModelInputParams cvcore::gestures::defaultModelInputParams

Default parameters to describe the input expected for the model.

◆ defaultPostProcessorParams

const CVCORE_API GesturesPostProcessorParams cvcore::gestures::defaultPostProcessorParams

Default parameters for the post processing pipeline.

◆ defaultPreProcessorParams

const CVCORE_API ImagePreProcessingParams cvcore::gestures::defaultPreProcessorParams

Default parameters for the preprocessing pipeline.