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...
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...
In this article, we’ll cover two of the available color spaces in the OpenCV library, grayscale color space and binary color space. When we refer to color space conversion, we...