This tutorial gives important guidelines on how to develop high-quality routines which will make our code easier to maintain and understand.
Month: March 2021

OpenCV: Canny Edge Detector
In this tutorial you will see how to use the Canny OpenCV function in order to apply the Canny edge detection algorithm on an image.

OpenCV: Laplace Filter
In this tutorial we will see how to apply the Laplace filter in order to detect edges in a given image using existing OpenCV functions.