根据用户输入的Remap表(例如仿射、透视、鱼眼等),采用业界通用的Bilinear算法(与OpenCV算法的计算过程类似),获取系统使用的像素位置重映射表。同步接口。
Atlas 200/300/500 推理产品,不支持该接口。
Atlas 训练系列产品,不支持该接口。
Atlas 推理系列产品,不支持该接口。
hi_s32 hi_mpi_vpc_get_remap_lut(hi_map_param *map_param, hi_remap_lut *remap_lut)
参数名 |
输入/输出 |
说明 |
---|---|---|
map_param |
输入 |
用户原始map表信息。 |
remap_lut |
输入&输出 |
像素位置重映射表。
在hi_remap_lut结构体内:
|