3-Sweep implementation in Python

APP

RESULTS

1.

vase generation

vase output

2.

alt text alt text

3.

alt text alt text

  • Install instructions:

    • Create Virtual env
    • pip install requirements.txt
    • Symlink opencv files into 'sites-packages' of the virtualenv
    • Suggest using Pycharm for developing the library
  • Structure:

    • ThreeSweep.py contains the main library in the form of a class
    • Sample.ipynb is a Jupyter Notebook for testing the library's functionality