hi_mpi_vpc_get_roundview_stitching_param
函数功能
获取环视拼接参数,包括畸变矫正、增益补偿参数。
Atlas 200/500 A2推理产品,不支持该接口。
约束说明
调用本接口前,必须正确设置ipm_table_address、dest_pic_width、dest_pic_height和ipm_table_size参数。
函数原型
hi_s32 hi_mpi_vpc_get_roundview_stitching_param(hi_vpc_chn chn, hi_roundview_stitching_param *stitch_param)
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
chn |
输入 |
图片处理通道号。 Atlas 200/500 A2推理产品,该参数的取值范围:[0, 128),通道总数最多128。 |
stitch_param |
输出 |
环视拼接参数。 输出结果中的imp_param.ipm_table_address中的float类型参数值,与用户设置输入时的参数存在浮点精度差异(不超过0.01)。 |
返回值说明
- 0:成功
- 非0:失败,参见VPC图像处理返回码
父主题: VPC图像处理功能