Skip to content

Find the image histogram and compare to OpenCV function

Notifications You must be signed in to change notification settings

Hank-Tsou/Histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Histogram Equalization

This project is trying to implement image histogram equalization.

Image Histogram Equalization

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: 

image

The result image compare to OpenCV build-in function show as below:

image

Code

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Author: Hank Tsou
  • Contact: hank630280888@gmail.com
  • Project from California State Polytechnic University, Pomona, Computer Science, CS-519 Computer Vision

About

Find the image histogram and compare to OpenCV function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages