Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.05 KB

Number-Recognition

The simple implementation of image detection using OpenCV (Open Source Computer Vision Library) python library to print the accuracy of detecting the numbers in a given image [Range: 0 to 9].

Accuracy

Currently the accuracy rests at 93.47% for a static image.

Accuracy

Process

The step by step process is explained below for one to understand the code design.

1. Black and White

B&W

2. Blurred

BLRD

3. Canny Edged

CE

4. Contours

CC

Result

The following image shows the first step of number detection i.e detecting the number zero.

Z