charlsonso / cs5550-Digital-Image-Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application built in Python for testing different image processing techniques.

In order to use the application

  1. Set up virtual enviroment (skip this step if no virtual env required) a. type virtualenv venv b. start virtual enviroment source venv/bin/activate
  2. Install Dependencies pip install -r requirements.txt
  3. Start program python main.py

About


Languages

Language:Python 100.0%