Function: dvpp_get_border_config_right

C Prototype

uint32_t acldvppGetBorderConfigRight(const acldvppBorderConfig *borderConfig)

Python Function

right = acl.media.dvpp_get_border_config_right(border_config)

Function Usage

Obtains the border configuration parameter: pixel value of the image right.

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

right: int, length of the border in pixels at the right of the image.

Restrictions

None