OPENCV & C++ TUTORIALS - 60 | Canny() | Canny Edge Detection

Опубликовано: 07 Октябрь 2024
на канале: Computer Vision Lab
1,699
17

Canny is an algorithm to find the edges inside an image. It was developed by Jon F. Canny in 1986. It is newest method to find edges and I can say it is the most powerful and useful one. This video includes how OpenCV library designed this method and which parameters this function accepting.

🌠 I will continue to this tutorial series with this plan : https://docs.opencv.org/4.3.0/d7/dbd/...

🌠canny() function: https://docs.opencv.org/4.3.0/dd/d1a/...

🌠 You may want to watch also:    • OPENCV & C++ TUTORIAL - 3 | EROSION A...  

🌠 Stackoverflow: https://stackoverflow.com/users/11048...

🌠 Github: https://github.com/yunus-temurlenk?ta...

🌠 Twitter:   / code_enjoy  

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Introduction
0:48 - Coding part

If you see any mistake and any advice please comment. Thanks for watching...

#opencv, #canny, #tutorial