SetCropRoiBoxes
Function Usage
Sets the position of the input image in postprocessing in the original image.
Prototype
void SetCropRoiBoxes(std::vector<MxBase::CropRoiBox> cropRoiBoxes)
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
cropRoiBoxes |
Input |
Position of the input image (vector) in postprocessing in the original image |
Parent topic: ImagePostProcessBase