c函数原型 |
hi_s32 hi_mpi_vpc_get_lut_mem_size(hi_u32 width, hi_u32 height, hi_u32 *lut_size) |
---|---|
Python函数 |
lut_size, ret = acl.himpi.vpc_get_lut_mem_size(width, height) |
函数功能 |
根据输出图片宽高信息获取像素位置重映射表所需的内存大小。同步接口。 Atlas 200/300/500 推理产品,不支持该接口。 Atlas 训练系列产品,不支持该接口。 Atlas 推理系列产品,不支持该接口。 |
输入说明 |
|
返回值说明 |
|
约束说明 |
调用本接口时,width * height的取值范围为:10*6~4096*8192。 |