Skip to content

Latest commit

 

History

History
 
 

Edge Detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Edge Detection of a image

This script uses OpenCV for taking input and output for the image. In this we are using he Canny algorithm for the detection of the edge

How to use it

You can use this in two ways

  • If your machine has any python intrepretor than you can go for Edge_Detection.py
    • For these you need to install OpenCV in your machine.
  • Another way is to use the Google Colab file which will be excecute on a cloud.

Technologies used

  • Python
  • OpenCV
  • Google Colab

Sample Input/Output

Author

Shubham Gupta