hand-written digit recognition

i am working on hand written number recognisation using neural network.that is pincode recognisation for example if i write 600014,in handwritten it should recognise,please help is there any codes for it or tell how to process

2 Comments

hi, I am working on this type of project. Did you get a chance to find the solution? If so please let me know. Thanks
You will have to find a feature extraction algorithm to segment that number into 6 images. Then find a classification algorithm that will recognize each letter independently.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 25 Sep 2013
Both of you can look in section 23 here: http://iris.usc.edu/Vision-Notes/bibliography/contents.html We don't give OCR solutions here - they're just too complicated for this forum. You can find hundreds of papers detailing working algorithms for more types of characters than you can possibly imagine, Western, Arabic, Farsi, Devanagari, Indic, Hindi, Hindu, Bangla, Bengali, Telugu, sign language, handwritten or typed, etc. etc.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 30 Apr 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!