Skip to content

Files

Latest commit

bed53c0 · Feb 20, 2020

History

History
21 lines (12 loc) · 722 Bytes

Readme.md

File metadata and controls

21 lines (12 loc) · 722 Bytes

Examples!

Welcome to my repository of code samples. If you have any questions or wish to contact me feel free.

Commercial

There are a few bit of code, no whole programs from commercial work due to NDAs.

Personal

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
batch processing of photos to be used as design assets.

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.