定义Remap变换参数结构体。
typedef struct { hi_vpc_pic_info src; hi_vpc_pic_info dst; hi_transform_config transform_config; } hi_warp_transform_param;
成员名称
描述
src
输入图片信息
dst
输出图片信息。
transform_config
仿射/透视/Remap变换配置信息。