Skip to main content

ImagePreProcessInfo

ImagePreProcessInfo

函数功能

类构造函数。

函数原型

ImagePreProcessInfo();
ImagePreProcessInfo(uint32_t width, uint32_t height);
ImagePreProcessInfo(uint32_t widthResize, uint32_t heightResize, uint32_t widthOriginal, uint32_t heightOriginal);

参数说明

参数名输入/输出说明
width输入图像宽。
height输入图像高。
widthResize输入缩放宽。
heightResize输入缩放高。
widthOriginal输入原图宽。
heightOriginal输入原图高。

父主题: ImagePreProcessInfo

PostProcessBase

函数功能

类构造函数。

函数原型

PostProcessBase() = default;
PostProcessBase(const PostProcessBase& other) = default;

参数说明

参数名输入/输出说明
other输入/输出PostProcessBase对象。

父主题: PostProcessBase

~PostProcessBase

函数功能

PostProcessBase类的默认析构函数。

函数原型

virtual ~PostProcessBase() = default;

父主题: PostProcessBase

operator=

函数功能

等号运算符重载,用于PostProcessBase对象之间的赋值。

函数原型

PostProcessBase& operator = (const PostProcessBase& other);

参数说明

参数名输入/输出说明
other输入/输出PostProcessBase对象。

父主题: PostProcessBase

在线提单