OpenCV #008 Canny Edge Detector
Digital Image Processing using OpenCV (Python & C++) Highlights: In this post, we will learn about the Canny Edge Detector. In the last few posts, we explained why edges are important for better understanding of the image, and how we can use Laplacian and Sobel filter to detect them. At the places where this method does not give good results, we can use the Canny Edge Detector and dramatically improve the obtained results. Tutorial Overview:…
Read more