hi_line_param
Description
Defines the line drawing information.
Prototype
hi_line_param = {"src": hi_vpc_pic_info,
"dst": hi_vpc_pic_info,
"count": count,
"line": hi_line}
Members
Member |
Description |
|---|---|
src |
Dictionary, input image information. |
dst |
Dictionary, output image information. |
count |
Int, number of drawn lines. The value range is [1, 100]. |
line |
List of line drawing configuration parameters. When the image format is YUV422SP or YUV420SP, the coordinates of the start and end points must be even numbers. |
Parent topic: Image Processing