NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinfer::NvDsInferContextImpl Class Reference

Detailed Description

Implementation of the INvDsInferContext interface.

Definition at line 388 of file nvdsinfer_context_impl.h.

Inheritance diagram for nvdsinfer::NvDsInferContextImpl:
Collaboration diagram for nvdsinfer::NvDsInferContextImpl:

Public Member Functions

 NvDsInferContextImpl ()
 Default constructor. More...
 
NvDsInferStatus initialize (NvDsInferContextInitParams &initParams, void *userCtx, NvDsInferContextLoggingFunc logFunc)
 Initializes the Infer engine, allocates layer buffers and other required initialization steps. More...
 

Constructor & Destructor Documentation

◆ NvDsInferContextImpl()

nvdsinfer::NvDsInferContextImpl::NvDsInferContextImpl ( )

Default constructor.

Member Function Documentation

◆ initialize()

NvDsInferStatus nvdsinfer::NvDsInferContextImpl::initialize ( NvDsInferContextInitParams initParams,
void *  userCtx,
NvDsInferContextLoggingFunc  logFunc 
)

Initializes the Infer engine, allocates layer buffers and other required initialization steps.


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