Function: dvpp_get_border_config_bottom
C Prototype |
uint32_t acldvppGetBorderConfigBottom(const acldvppBorderConfig *borderConfig); |
|---|---|
Python Function |
bottom = acl.media.dvpp_get_border_config_bottom(border_config) |
Function Usage |
Obtains the border configuration parameter: pixel value of the image bottom. The Atlas 200/300/500 Inference Product does not support this API in the current version. The Atlas Training Series Product does not support this API in the current version. |
Input Description |
border_config: int, pointer address of the border making configuration data. |
Return Value |
bottom: int, length of the border in pixels at the bottom of the image. |
Restrictions |
None |
Parent topic: common