Skip to content

A simple image equalizer that uses a simplified version of the histogram equalization.

Notifications You must be signed in to change notification settings

davidemornatta/simple-equalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-equalizer

Usage

Clone this repository locally using:

git clone https://github.com/davidemornatta/simple-equalizer.git

Or download the repository and unzip it.

Requirements

Verify that you have python installed using:

python --version

If not, download it from the official website.

Install the required packages with:

pip install -r requirements.txt

Make it run

Navigate to the folder where this repository has been cloned, and run:

python simple-equalizer.py

Select the image you want to equalize with the "Open File" button, or copy and paste the path in the entry box. Press "Equalize" and you will find the equalized image in the equalizer folder.

About

A simple image equalizer that uses a simplified version of the histogram equalization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages