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