- This project has only two dependencies, numpy and pillow
pip install numpy pillow
- None of the algorithms use methods from opencv and scikit-image.
- Run main.py with
python3 main.py
- Input images are in images/ folder by default.
- Output images are written to images/output after execution.
- For the sake of submission output folder will be non-empty.
- Every point of the assignment is implemented.
- Output images and accumulators are in the /images/output directory with the corresponding name.