Process

Function Usage

Execution method for post-processing plugin base class.

Prototype

APP_ERROR Process(std::vector<MxpiBuffer *>& mxpiBuffer) override;

Parameter Description

Parameter

Description

mxpiBuffer

Data transferred by the previous plugin

The member data under this data structure is input by the upstream plugin. Do not manually set the memory data.

Return Parameter Description

Data Structure

Description

APP_ERROR

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