This project is trying to implement image histogram equalization.
- NOTE: The process for histogram equalization describe in "Image Histogram"
File mame: histogram_equalization.py
Input image: input_image.jpg
Command line: python histogram_equalization.py -i input_image.jpg
The program will show the result image as below:
The result image compare to OpenCV build-in function show as below:
- NOTE: The process for histogram equalization describe in "Image Histogram"
This project is licensed under the MIT License - see the LICENSE.md file for details
- Author: Hank Tsou
- Contact: hank630280888@gmail.com
- Project from California State Polytechnic University, Pomona, Computer Science, CS-519 Computer Vision