Recent Blogs

*
Canny Edge Detector
In this blog post, we will discuss about the Canny edge detector and its implementation. Canny is a popular edge detection algorithm that is widely used in computer vision and image processing applications. The algorithm consists of multiple steps, including noise reduction, gradient calculation, non-maximum suppression, and edge tracking by hysteresis.
[Canny Edge Detector](/blog_data/canny-edge-detector/)
Harris Corner Detector
In this blog post, we will discuss about the Harris Corner Detector and its implementation. The Harris Corner Detector is a popular feature detection algorithm that is widely used in computer vision and image processing applications. The algorithm is used to detect corners in an image by analyzing the intensity variations in different directions.
[Harris Corner Detector](/blog_data/harris-corner-detector/)