NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::gestures::GesturesPostProcessor Class Reference

Detailed Description

Interface for running post-processing on gestures network.

Definition at line 149 of file Gestures.h.

Public Member Functions

 GesturesPostProcessor ()=delete
 
 GesturesPostProcessor (const ModelInputParams &inputParams, const GesturesPostProcessorParams &postProcessParams)
 Constructor of GesturesPostProcessor. More...
 
 ~GesturesPostProcessor ()
 Destructor of GesturesPostProcessor. More...
 
void allocateStagingBuffers ()
 Allocate staging CPU buffers (used when inputs are GPU Tensors). More...
 
void execute (Array< Gestures::GesturesLikelihood > &gestures, const Tensor< CL, CX, F32 > &input, cudaStream_t stream=0)
 Main interface to run post-processing for batch input. More...
 

Constructor & Destructor Documentation

◆ GesturesPostProcessor() [1/2]

cvcore::gestures::GesturesPostProcessor::GesturesPostProcessor ( )
delete

◆ GesturesPostProcessor() [2/2]

cvcore::gestures::GesturesPostProcessor::GesturesPostProcessor ( const ModelInputParams inputParams,
const GesturesPostProcessorParams postProcessParams 
)

Constructor of GesturesPostProcessor.

Parameters
modelInputParamsmodel paramters for network.

◆ ~GesturesPostProcessor()

cvcore::gestures::GesturesPostProcessor::~GesturesPostProcessor ( )

Destructor of GesturesPostProcessor.

Member Function Documentation

◆ allocateStagingBuffers()

void cvcore::gestures::GesturesPostProcessor::allocateStagingBuffers ( )

Allocate staging CPU buffers (used when inputs are GPU Tensors).

◆ execute()

void cvcore::gestures::GesturesPostProcessor::execute ( Array< Gestures::GesturesLikelihood > &  gestures,
const Tensor< CL, CX, F32 > &  input,
cudaStream_t  stream = 0 
)

Main interface to run post-processing for batch input.

Parameters
gesturesArray of gestures detected represented as pair<index, score> ranked by score based on highest score.
inputRGB/BGR Interleaved image (CPU/GPU Input Tensor supported)
inputBBoxBounding box of hand
streamCuda stream

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