hi_cover
Description
Coverage parameter.
Prototype
hi_cover = {"type": hi_cover_type,
"rect"/"quad": hi_rect/hi_quad_cover,
"color": color}
Members
Member |
Description |
|---|---|
type |
Int, coverage type. |
rect |
Dictionary, coverage region. When the image format is YUV422SP or YUV420SP, the values of x, y, width, and height must be even numbers. |
quad |
Dictionary, user-defined coverage region. |
color |
Int, color value of a coverage region. The lower 24 bits are valid. |
Parent topic: Image Processing