Text detection with Python and Opencv | OCR using EasyOCR | Computer vision tutorial

In this video I show you how to make an optical character recognition (OCR) using Python, OpenCV and EasyOCR ! Following the steps of this 10 minutes tutorial you will be able to detect text on images ! You can find more similar tutorials in my blog posts page here : https://eranfeit.net/blog/ check out our

Text detection with Python and Opencv | OCR using EasyOCR | Computer vision tutorial Read More »

Advanced Python and OpenCV Tutorial: How to Find Differences in Similar Images

In this advanced tutorial in Python and OpenCV, we’ll explore how to find differences in similar images. Using OpenCV functions, we’ll extract two similar images out of an original image, and then Using HSV, masking and more OpenCV functions, we’ll create a new image with the differences. Finally, we will extract and mark theses differences

Advanced Python and OpenCV Tutorial: How to Find Differences in Similar Images Read More »

Extracting Words from Scanned Books: A Step-by-Step Tutorial with Python and OpenCV

Our video tutorial will show you how to extract individual words from scanned book pages, giving you the code you need to extract the required text from any book. We’ll walk you through the entire process, from converting the image to grayscale and applying thresholding, to using OpenCV functions to detect the lines of text

Extracting Words from Scanned Books: A Step-by-Step Tutorial with Python and OpenCV Read More »

Image Segmentation in OpenCV with Python and Contours

Learn how to perform image segmentation using Python OpenCV and contour detection in this step-by-step tutorial! Discover how to convert images to grayscale, apply thresholding techniques, detect contours, and merge the detected contours with the original image for stunning effects. Perfect for beginners in computer vision, this tutorial will help you create amazing visual effects

Image Segmentation in OpenCV with Python and Contours Read More »

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

Discover how to perform image segmentation using Python, OpenCV, and K-means clustering. In this tutorial, you’ll discover how to divide an image into multiple segments or regions based on certain criteria, and extract useful insights from the image. You’ll learn how to apply K-means clustering to an image, and how to adjust the number of

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