LoadConfigData
Function Usage
A protected member function that initializes the postprocessing configuration file.
Prototype
APP_ERROR LoadConfigData(const std::map<std::string, std::string> &postConfig);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
postConfig |
Input |
Configuration parameter |
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: PostProcessBase