WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

43_edge_detection #83

Closed DineshBS44 closed 4 years ago

DineshBS44 commented 4 years ago

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

nishant-nayak commented 4 years ago

@DineshBS44 great work! @krithikvaidya please merge this PR, thanks.

DineshBS44 commented 4 years ago

@nishant-nayak , Thanks!