hi_vpc_lut_remap

Description

Defines the remapping information about each color component.

Prototype

hi_vpc_lut_remap = {"map_value_y_or_r": map_value_y_or_r[256], # remap value of Y or R component
                    "map_value_u_or_g": map_value_u_or_g[256], # remap value of U or G component
                    "map_value_v_or_b": map_value_v_or_b[256]} # remap value of V or B component

Members

Member

Description

map_value_y_or_r

List, remapping information of the Y or R component.

map_value_u_or_g

List, remapping information of the U or G component.

map_value_v_or_b

List, remapping information of the V or B component.