Function: dvpp_get_border_config_bottom
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
√ |
|
√ |
Description
Obtains the border configuration parameter: pixel value of the image bottom.
Prototype
- C Prototype
1uint32_t acldvppGetBorderConfigBottom(const acldvppBorderConfig *borderConfig);
- Python Function
1bottom = acl.media.dvpp_get_border_config_bottom(border_config)
Parameters
Parameter |
Description |
|---|---|
border_config |
Int, pointer address of the border making configuration data. |
Return Value
Return Value |
Description |
|---|---|
bottom |
Int, length of the border in pixels at the bottom of the image. |
Parent topic: common