hi_vpc_histogram_config
Description
Defines the histogram result.
Prototype
hi_vpc_histogram_config = {"histogram_y_or_r": histogram_y_or_r[256], # 256 level statistics of Y or R component
"histogram_u_or_g": histogram_u_or_g[256], # 256 level statistics of U or G component
"histogram_v_or_b": histogram_v_or_b[256]} # 256 level statistics of V or B component
Members
Member |
Description |
|---|---|
histogram_y_or_r |
List, Y or R component indicating the pixel distribution. |
histogram_u_or_g |
List, U or G component indicating the pixel distribution. |
histogram_v_or_b |
List, V or B component indicating the pixel distribution. |
Parent topic: Image Processing