PostProcessorImageInfo

Function

It is used to transfer data for video encoding callback.

Structure Definition

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

Parameter Description

Parameter

Input/Output

Description

postImageInfoVec

Input

Image information (including the heights and widths of the original image and the resized image, and the coordinates of the object frame).

useMpPictureCrop

Input

Whether to restore the coordinates to those of the object frame.