InitPostProcessInstance

Function Usage

A protected member function that initializes the postprocessing instance. It is invoked for internal use only. Do not use it.

Prototype

APP_ERROR InitPostProcessInstance(std::map<std::string, std::shared_ptr<void>> &configParamMap,
                                      std::string getInstanceName);

Parameter Description

Parameter

Description

configParamMap

Configuration parameter. After streaming, the parameters in the configuration file are transferred through this variable.

getInstanceName

Instance name.

Return Parameter Description

Data Structure

Description

APP_ERROR

Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file.