Process

Function Usage

Performs inference post-processing to obtain information such as the object and class.

Prototype

virtual APP_ERROR Process(std::vector<std::shared_ptr<void>>& featLayerData);

Parameter Description

Parameter

Input/Output

Description

featLayerData

Input

Feature data array.

Return Parameter Description

Data Structure

Description

APP_ERROR

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