Skip to content

Xacrolyte/Number-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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