hi_vpc_lut_remap
Description
Defines the image remapping information about each component.
Prototype
typedef struct {
hi_u8 map_value_y_or_r[256];
hi_u8 map_value_u_or_g[256];
hi_u8 map_value_v_or_b[256];
} hi_vpc_lut_remap;
Members
Member |
Description |
|---|---|
map_value_y_or_r |
Remapping configuration of the Y or R component. |
map_value_u_or_g |
Remapping configuration of the U or G component. |
map_value_v_or_b |
Remapping configuration of the V or B component. |
Parent topic: VPC Image Processing