hi_mpi_vpc_get_roundview_stitching_param
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
x |
|
x |
|
x |
功能说明
获取环视拼接参数,包括畸变矫正、增益补偿参数。
调用本接口前,需先调用hi_mpi_vpc_set_roundview_stitching_param接口设置环视拼接参数,否则返回报错。
函数原型
hi_s32 hi_mpi_vpc_get_roundview_stitching_param(hi_vpc_chn chn, hi_roundview_stitching_param *stitch_param)
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
chn |
输入 |
图片处理通道号。 |
stitch_param |
输入&输出 |
环视拼接参数。 输出结果中的imp_param.ipm_table_address中的float类型参数值,与用户设置输入时的参数存在浮点精度差异(不超过0.01)。 |
返回值说明
- 0:成功
- 非0:失败,参见VPC图像处理返回码
父主题: VPC图像处理功能