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