Init

Function Usage

Initialization method of the image postprocessing plugin base class. It is used together with DeInit.

Prototype

1
APP_ERROR MxImagePostProcessorBase::Init(std::map<std::string, std::shared_ptr<void>>& configParamMap) override;

Parameters

Parameter

Description

configParamMap

Configuration parameter. After streaming, the parameters in the configuration file are transferred through this variable. The value of configParamMap must be read from the configuration file or be a character string. Otherwise, an exception may occur and the program may be terminated.