Skip to content

Commit

Permalink
Readme.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaAttari committed Feb 20, 2020
1 parent 33b697a commit bed53c0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ There are a few bit of code, no whole programs from commercial work due to NDAs.

**Equalizer (C#)**

This is a simple image processing app I created to help me with my design work. It uses Contrast-Limited
Adaptive Histogram Equalization and Unsharp Masking from OpenCV to enhance images. I use it primarily for
This is a simple image processing app I created to help me with my design work. It uses Contrast-Limited Adaptive Histogram Equalization and Unsharp Masking from OpenCV to enhance images. I use it primarily for
batch processing of photos to be used as design assets.

To try without building download Equalizer>WpfApp1>bin>Equalizer.zip, extract to location of choice and
run Equalizer.exe from extracted folder.
To try without building the application, download the file Equalizer.zip at

Equalizer > WpfApp1 > bin > Equalizer.zip

Extract to location of choice and run Equalizer.exe from the extracted folder.

0 comments on commit bed53c0

Please sign in to comment.