News

implementation of histogram equalization ,as an image contrast enhancement method, from scratch using python only histogram equalization is a wellknown method for image contrast enhancement. in this ...
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.