下载
中文
注册

hi_vpc_histogram_config

说明

存放直方图统计结果的字典。

定义

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

成员

成员名称

描述

histogram_y_or_r

列表,Y或者R分量,像素分布情况。

histogram_u_or_g

列表,U或者G分量,像素分布情况。

histogram_v_or_b

列表,V或者B分量,像素分布情况。