PostProcessorImageInfo

Description

Transfers data for video encoding callback.

Structure Definition

1
2
3
4
struct PostProcessorImageInfo {
    std::vector<MxBase::PostImageInfo> postImageInfoVec;
    bool useMpPictureCrop = false;
};

Parameters

Parameter

Input/Output

Description

postImageInfoVec

Input

Image information (including the heights and widths of the source image and the resized image, and the coordinates of the bounding box).

useMpPictureCrop

Input

Whether to restore the coordinates to those of the bounding box.