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.
This project is to implement histogram equalization with Python. You can put the target image in folder ./src and set the configurations in ./config. For details, please refer to the comments in the ...