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 »

Getting started with Jetson Nano | How to install Jetson Nano inference tutorial to classify objects

Getting started with the Nvidia Jetson Nano ? This is a tutorial for installing the Jetson Nano inference for object detection and classification This is part one of the Jetson Nano tutorial which is deal with Jetson nano inference installation You should start this tutorial after installing the Jetpack to SD card. If you are

Getting started with Jetson Nano | How to install Jetson Nano inference tutorial to classify objects Read More »

How to classify monkeys images using convolutional neural network , Keras tuner hyper parameters , and transfer learning ? (part4)

🎥 Image Classification Tutorial Series: Five Parts 🐵 In these five videos, we will guide you through the entire process of classifying monkey species in images. We begin by covering data preparation, where you’ll learn how to download, explore, and preprocess the image data. Next, we delve into the fundamentals of Convolutional Neural Networks (CNN)

How to classify monkeys images using convolutional neural network , Keras tuner hyper parameters , and transfer learning ? (part4) Read More »

Eran Feit