Process
Function Usage
Performs inference postprocessing to obtain information such as the object and class.
Prototype
1 | virtual APP_ERROR ModelPostProcessorBase::Process(std::vector<std::shared_ptr<void>>& featLayerData); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
featLayerData |
Input |
Feature data array. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: ModelPostProcessorBase