hi_vpc_histogram_config
Description
Defines a histogram.
Prototype
typedef struct {
hi_u32 histogram_y_or_r[256];
hi_u32 histogram_u_or_g[256];
hi_u32 histogram_v_or_b[256];
} hi_vpc_histogram_config;
Members
Member |
Description |
|---|---|
histogram_y_or_r |
Pixel distribution of the Y or R component. |
histogram_u_or_g |
Pixel distribution of the U or G component. |
histogram_v_or_b |
Pixel distribution of the V or B component. |
Parent topic: VPC Image Processing