Category: Learn OpenCV

Template Matching using OpenCV

In this article, we’ll understand what template matching is in OpenCV. Template matching in OpenCV is the technique using which small parts of an image are matched with a template...

Best Books to Learn OpenCV

In this article, we’ll be covering some of the books that give a general and advanced overview of OpenCV. We’ll be discussing the basic outline of the books and what...

Thresholding in OpenCV

In this article, we’ll be understanding the thresholding techniques provided by the OpenCV library. Thresholding is an image segmentation process, where a function is applied to the pixels of an...

Filtering in OpenCV

In this article, we’ll be covering the various filtering methods provided by the OpenCV library. But firstly, let us see what is filtering in OpenCV. Filtering in OpenCV Filtering is...