hi_cover_param
Description
Defines the coverage information.
Prototype
typedef struct {
hi_vpc_pic_info src;
hi_vpc_pic_info dst;
hi_u32 count;
hi_cover *cover;
} hi_cover_param;
Members
Member |
Description |
|---|---|
src |
Input image information. |
dst |
Output image information. |
count |
Number of coverage areas. The value range is [1, 100]. |
cover |
Pointer to the configuration array of a coverage area. |
Parent topic: VPC Image Processing