components.colourspace.histogramequalisation
- class HistogramEqualisation(config={}, **kwds)[source]
Bases:
TransformerHistogram equalisation.
Converts the RGB input to luminance and equalises it, then applies the same per-pixel gain to the RGB data.
The
functionoutput emits the transfer function data. It can be connected to thePlotDatacomponent.Config
weight_Rfloat
RGB to Y matrix red weight.
weight_Gfloat
RGB to Y matrix green weight.
weight_Bfloat
RGB to Y matrix blue weight.
- outputs = ['output', 'function']
Comments or questions? Please email jim@jim-easterbrook.me.uk.