Image Filter
Intensity = (R + G + B) / 3
YCbCr
Y = 0.2126*R + 0.7152*G + 0.0722*B
o
Blend mode
- https://en.wikipedia.org/wiki/Blend_modes
Here color is between 0.0(black) and 1.0(white).
Normal
Dissolve
Multiply
Screen
Overlay
Hard Light
Soft Light
Dodge and burn
Divide
Addition
Subtract
Difference
Darken Only
Lighten Only
Alpha channel
Reference
- https://dunnbypaul.net/blends/
- https://stackoverflow.com/questions/15007304/histogram-equalization-not-working-on-color-image-opencv