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