根据输入、输出图片中的像素位置坐标点,获取透视变换像素位置重映射表。同步接口。
Atlas 200/300/500 推理产品,不支持该接口。
Atlas 训练系列产品,不支持该接口。
Atlas 推理系列产品,不支持该接口。
hi_s32 hi_mpi_vpc_get_perspective_lut(hi_point_pair_info *point_pair_info, hi_u32 interpolation, hi_remap_lut *remap_lut)
参数名 |
输入/输出 |
说明 |
---|---|---|
point_pair_info |
输入 |
四对输入、输出图片中的像素点坐标信息,每对中分别包含一个输入图片像素点坐标、一个输出图片像素点坐标。 |
interpolation |
输入 |
支持如下缩放算法:
|
remap_lut |
输入输出 |
透视变换像素位置重映射表。
在hi_remap_lut结构体内:
|