Skip to content

Pysource Blog

Computer vision insights

Practical tutorials, product updates, and field notes for building reliable computer vision systems.

Tutorial: Remove background – opencv 3.2 with python 3

In this tutorial, we will see how to delete the background using only OpenCV and python. In this case, I will identify the color through HSV, and for more details I suggest you see my most recent article on the subject: Detecting colors (Hsv Color Space) – Opencv with Python or use other techniques, always […]

Read article →