This repository includes two functions for image processing:
- Histogram Equalization
- Optimal Quantization
numpy==1.23.4
matplotlib==3.6.1
imageio==2.22.2
scikit-image==0.19.3
scipy==1.9.3
You can simply clone the repository and import the functions to your code:
git clone https://github.com/IsraelBenDavid/Image-Equalization-And-Quantization.git





