函数:dvpp_get_border_config_top
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
|
x |
功能说明
获取边界填充配置参数:图像上方填充的像素数。
函数原型
- C函数原型
1
uint32_t acldvppGetBorderConfigTop(const acldvppBorderConfig *borderConfig);
- python函数
1
top = acl.media.dvpp_get_border_config_top(border_config)
参数说明
参数名 |
说明 |
---|---|
border_config |
int,边界填充配置数据的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
top |
int,图像上方填充的像素数。 |
父主题: common