HackerNoon Mobile

Better reading experience on the app
The OpenCV Journey Part II: Canny Edge Detectionby@mehmedduhovic

The OpenCV Journey Part II: Canny Edge Detection

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Edge detection helps identify boundaries and silhouettes in images. OpenCV provides edge-detection filters like Canny, Sobel, Scharr, and Laplacian. Canny is widely used due to its accuracy. The Canny algorithm involves denoising, gradient calculation, non-maximum suppression, double thresholding, and edge tracking. In this article we'll go all the way from the basics to the implementation of one of the algorithms - the Canny edge detection algorithm.
featured image - The OpenCV Journey Part II: Canny Edge Detection
Mehmed Duhovic HackerNoon profile picture

@mehmedduhovic

Mehmed Duhovic


Receive Stories from @mehmedduhovic


Credibility

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!