surya-veer / RealTime-DigitRecognition

RealTime DigitRecognition using Convolutional Neural Network(CNN) with keras.
GNU General Public License v3.0
122 stars 63 forks source link

add image that contain some digit on paper #4

Closed alghouts closed 5 years ago

alghouts commented 5 years ago

i had a problem, maybe you can change how to change the input from realtime handwriting on pygame to image that contain some digit please. below i attach example of image that contain some digit on paper. whatsapp image 2019-02-11 at 17 05 04

surya-veer commented 5 years ago

Thanks for the suggestion @alghouts I can do it but I am a little busy. I will do it when I will find some time.

You can do this by following these steps and can contribute to this repo:

threshold image find contours apply blur filter and do some erosion and dilation. get extended contours and pass through the classifier.