Skip to content

Commit e4f2d19

Browse files
Update README.md
1 parent e054939 commit e4f2d19

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,15 @@ It shows how to achieve slide show functionality using opencv, one can also try
7676
When executed, this file can detect blue, green and red color simultaneously in a video (webcam extracted). If facing problems, try to change values in (blower-bupper, glower-gupper, rlower-rupper) as per your needs.
7777

7878

79+
### Dynamic Canny Edge Detection
80+
81+
Stages involved in Canny Edge detection:
82+
- Noise Reduction
83+
- Gradient Separation
84+
- Non-Maximum Suppression
85+
- Thresholding
86+
87+
Here, the file executes for a single image window and shows how canny edge detection results varies for different values using a trackbar application.
88+
89+
7990
###### Special thanks to [Adrian Rosebrock](https://www.pyimagesearch.com/about/) for an amazing tutorial and giving inspiration to work on computer vision.

0 commit comments

Comments
 (0)