DeInit
Function Usage
Deinitializes model postprocessing to release resources.
Prototype
1 | virtual APP_ERROR ModelPostProcessorBase::DeInit() = 0; |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: ModelPostProcessorBase