/Digits_recognition_OpenCV_Python

A Google Colab notebook for recognizing LCD panel digits using OpenCV and Python

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Digits Recognition from an LCD panel using OpenCV and Python

This project was inspired by the question asked on the Image.sc forum

Goal: To recognize the digits in the following image:

Original image

Here is the Google Colab which recognizes digits in the above image.

Open in colab

Results

Digits detected image

This program prints the detected digits from left to right as: [1, 2, 7, 3, 1, 3]

Acknowledgement

For more details on digits recognition, please check our this excellent guide.