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].
Currently the accuracy rests at 93.47% for a static image.
The step by step process is explained below for one to understand the code design.
The following image shows the first step of number detection i.e detecting the number zero.