Skip to content

Modular image processing pipeline using OpenCV and Python generators

License

Notifications You must be signed in to change notification settings

jagin/image-processing-pipeline

Repository files navigation

Image processing pipeline

Modular image processing pipeline using OpenCV and Python generators.

Setup environment

This project is using Conda for project environment management.

Setup the project environment:

$ conda env create -f environment.yml
$ conda activate pipeline

or update the environment if you git pull the repo:

$ conda env update -f environment.yml

Getting started

For detailed description read the Medium stories in order:

Don't forget to clap a bit if you like it. If you like it very much, you can clap a few times :)
Thank you!

Tests

pytest is used as a test framework. All tests are stored in tests folder. Run the tests:

$ pytest

Resources and Credits

License

MIT License

About

Modular image processing pipeline using OpenCV and Python generators

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages