/image-processing-hw

Image processing course homework at SPbAU 8th term

Primary LanguageJupyter NotebookMIT LicenseMIT

image-processing-hw

Image processing course homework at SPbAU 8th term

Installation

Dev

I use python and pipenv as a primary tools for development. See Pipfile, Pipfile.lock, requirements-dev.txt(if any) and requirements.txt for full specification of platform, python and dependency packages.
Basically, to reproduce enviroment, you need to run pip install -r requirements.txt with certain version of python. However, it is recommended to use virtualenv.

Makefile

I provide Makefile for convinient commands implementation.
Run make help to get info on that.

Usage

make help

Tasks

See particular task for more info on that.

License

MIT