aquachieh / Sharpen-Image

📷 Sharpens a JPEG image to 3 different degrees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharpen-Image

Requirements:

  • python
  • opencv (with python-3 bindings enabled)

Sharpens an image to three different degrees. A "cat.jpg" file is provided as a test.

Usage:

# Sharpen
$ python Sharpen.py --sharpen </path/to/file>

# Excessive Sharpen
$ python Sharpen.py --excessive </path/to/file>

# Edge Enhancement
$ python Sharpen.py --edge_enhance </path/to/file>

# Quit window
When the image window is active, press q to quit or press
any other key to switch between the original image and sharpened image.

Example Screenshots:

Regular Sharpen

originalsharpened

Edge Enhanced

originaledge enhanced

Excessive Sharpen

originalexcessive

About

📷 Sharpens a JPEG image to 3 different degrees.


Languages

Language:Python 100.0%