Skip to content Skip to sidebar Skip to footer
Showing posts with the label Image Recognition

Recognize Specific Numbers From Table Image With Pytesseract Ocr

I want to read a column of number from an attached image (png file). My code is import cv2 import … Read more Recognize Specific Numbers From Table Image With Pytesseract Ocr

Detect Overlapping Noisy Circles In Image

I try to recognize two areas in the following image. The area inside the inner and the area between… Read more Detect Overlapping Noisy Circles In Image

License Plate Recognition Using Opencv

I have a project where I need to identify the license plate of a car using OpenCV. I want to load a… Read more License Plate Recognition Using Opencv