Skip to content

Commit 12ebd26

Browse files
Create Readme.md
1 parent d278c22 commit 12ebd26

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Edge Detection/Readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## **Edge Detection of a image**
2+
3+
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
4+
## How to use it
5+
6+
### You can use this in two ways
7+
* If your machine has any python intrepretor than you can go for [**Edge_Detection.py**](https://github.com/ShubhamGupta577/Amazing-Python-Scripts/blob/Edge-Detection-Using-OpenCV/Edge%20Detection/Edge_Detection.py)
8+
* For these you need to install **OpenCV** in your machine.
9+
* Another way is to use the **Google Colab** file which will be excecute on a cloud.
10+
11+
## Technologies used
12+
<img src="https://img.shields.io/badge/Python-14354C?style=for-the-badge&logo=python&logoColor=white"/> <img src="https://img.shields.io/badge/OpenCV-0099E5?style=for-the-badge&logo=opencv&logoColor=white"/>
13+
<img src="https://img.shields.io/badge/Google Colab-F9AB00?style=for-the-badge&logo=Google-Colab&logoColor=white"/>
14+
15+
## Sample Input/Output
16+
<img src ="https://github.com/ShubhamGupta577/Testing/blob/main/Sample_Input.jpg" width=400/> <img src ="https://github.com/ShubhamGupta577/Testing/blob/main/Sample_Output.png" width=400/>
17+
18+
19+
## Author
20+
[Shubham Gupta](https://github.com/ShubhamGupta577)

0 commit comments

Comments
 (0)