Photo by Lysander Yuen on Unsplash

How to Perform Image Segmentation with Thresholding Using OpenCV

Simple, Otsu, and Adaptive Thresholding Implementation with Examples

Rashida Nasrin Sucky
Towards Data Science
6 min readJan 12, 2023

--

One of the most commonly used segmentation techniques is thresholding. It is widely used in computer vision and is very useful to separate the object that we are interested in from the background. This article will focus on the thresholding…

--

--