I've written python code to detect edges in any image using Canny Edge Filter(Kernel).
Technical Specifications
Used Google Colab which runs python codes with all the included libraries online and very convenient for Image proocessing and ML algorithms implementation.
Screenshots (if required)
I've included Code, Input and Output Image in the "43_edge_detection" folder under "Others" folder.
How to run
I've provided both .py and .ipynb files for the reviewer to see. The .py file can be opened directly but .ipynb is the Google Colab project file and can only be opened in Google Colab. I recommend to run the file in Google Colaboratory as 1 library is Google Colab specific.
To run the file,
Open the .ipynb file in Google Colab and the Code, Input and Output Image will be shown.
Checklist
[ ] Code compiles correctly.
[ ] Changes are tested properly.
[ ] Added the README / documentation, if necessary.
Resolves Issue #43
Description
I've written python code to detect edges in any image using Canny Edge Filter(Kernel).
Technical Specifications
Used Google Colab which runs python codes with all the included libraries online and very convenient for Image proocessing and ML algorithms implementation.
Screenshots (if required)
I've included Code, Input and Output Image in the "43_edge_detection" folder under "Others" folder.
How to run
I've provided both .py and .ipynb files for the reviewer to see. The .py file can be opened directly but .ipynb is the Google Colab project file and can only be opened in Google Colab. I recommend to run the file in Google Colaboratory as 1 library is Google Colab specific.
To run the file,
Checklist