News

Histogram 1D plotting in 1 channel from RGB, Lab, HSV color spaces. In the following demo, I show the L (Lab), h (HSV), v (HSV) plots by changing color_space and ...
This code is an exercise in understanding histogram equalization and matching. scikit-image has built in tool for both operations but were not used. Instead the operations were coded from scratch.