OpenCV

Learn more , How to use OpenCV for computer vision tasks

How to Extract Text from Scanned Books with Python and OpenCV

OpenCV Word Segmentation

Introduction — Bringing Old Pages to Digital Life Optical Character Recognition (OCR) is a technology used to extract text from images which is used in applications like document digitization, license plate recognition and automated data entry. If you’ve ever wanted to digitize a physical book or scanned document, you know that the hardest part is getting […]

How to Extract Text from Scanned Books with Python and OpenCV Read More »

Image Segmentation in OpenCV with Python and Contours

OpenCV Image Segmentation

Introduction In this tutorial, you will learn a practical pipeline for OpenCV image segmentation in Python.We will convert an image to grayscale, apply a smart binary threshold, detect contours, and then build a mask to extract the main object.This workflow is fast, reproducible, and ideal for object extraction, background removal, and preprocessing for computer vision

Image Segmentation in OpenCV with Python and Contours Read More »

Python Image Segmentation Made Easy with OpenCV and K-means Algorithm

OpenCV Image Segmentation with K-Means in Pytho

Introduction Image segmentation is the process of partitioning an image into meaningful regions (segments) — for example separating foreground from background, isolating objects, or splitting an image into zones of similar color or texture. One classic and relatively simple technique for segmentation is K-means clustering applied in color (or feature) space. In this post, we’ll

Python Image Segmentation Made Easy with OpenCV and K-means Algorithm Read More »

Eran Feit