In this repo you can find our implementation of the Canny's Edge Detection Algorithm prepared as a prerequisite task for the BEST Hackathon
Our team consists of 4 people:
- @Ciniaq
- @Percival33
- @TBD
- @CinekDBW
- Simply clone the whole repo
- Run
pip install -r requirements.txtto install necessary packages - Paste your pictures in the
/imagesdirectory - In the main.py file change the filename in line #7 and run the script
- Voilà ! your picture with detected edges is placed in the
/outputsdirectory