- 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.