Detect Edges with OpenCV and Python | Computer Vision Tutorial

Welcome to the OpenCV Basics series. In this series, we’ll be going through all the basics of OpenCV from the ground up. In this video you’ll learn how to: 1. Apply Canny Edge Detection to Images 2. Tweak and Tune Detection Parameters to improve Results 3. Export final detections Get the code: Links Documentation: Chapters: 0:00 - Start 0:12 - Intro 0:46 - Gameplan 1:20 - Tutorial Start 3:06 - Import Dependencies 3:59 - Load Image 7:07 - Viewing and Resizing Images 10:54 - Applying Canny Edge Detection 13:30 - Reducing Noise with a Gaussian Blur 16:12 - Preprocessing with Grayscale 18:36 - Exporting Results Oh, and don’t forget to connect with me! LinkedIn: Facebook: GitHub: Patreon: Join the Discussion on Discord: Happy coding! Nick P.s. Let me know how you go and drop a comment if you need a hand!
Back to Top