SetAspectRatioImageInfo
Function Usage
Sets the postprocessing image information.
Prototype
1 | void MxpiObjectPostProcessorBase::SetAspectRatioImageInfo(const std::vector<MxBase::AspectRatioPostImageInfo>& postProcessorImageInfoVec) override; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
postProcessorImageInfoVec |
Input |
Postprocessing image information. |
Parent topic: MxpiObjectPostProcessorBase