Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 255 Bytes

File metadata and controls

6 lines (4 loc) · 255 Bytes

Histogram-Equalization-without-OpenCV-Python

Histogram equalization with Python

How to manipulate pixels of images so that it looks clearer?

one simple technique is histogram equalization, but how to do this without python built in function: OpenCV?