|
-
February 1st, 2008, 11:39 PM
#1
Handwriting recognition algorithm
hello. i am trying to write a very simple handwriting recognition algorithm using c#(visual studio 2008). my goal is to write something that can recognize a single letter at a time. you know start small. i write my letter onto a bitmap. so i have access of the bitmap that containing the letter, so i am hoping that i can look through the bitmap and figure out what the letter is. i googled a little before posting this, but what i found was too hard and abstract for me to understand. can someone point me in the right direction and give me some suggestion as how i should go about this?
-
February 2nd, 2008, 07:48 PM
#2
Re: Handwriting recognition algorithm
 Originally Posted by dexxa
hello. i am trying to write a very simple handwriting recognition algorithm using c#(visual studio 2008)..... , but what i found was too hard and abstract for me to understand.
The truth is it is definitly very complex using lots of math and is done from the best of the best IMHO. So nothing for beginners. If you need such one, you can get existing products together with buying a scanner normally.
 Jonny Poet
To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
If anyone felt he has got help, show it in rating the post.
Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
My latest articles :
Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7
-
February 3rd, 2008, 08:32 AM
#3
Re: Handwriting recognition algorithm
I agree with JP. There's no such thing as a simple handwriting recognition algorithm.
Leave it to the experts and buy in a piece of software (there might be something on CodeForge to do this : but I bet it's in C++).
Darwen.
-
February 3rd, 2008, 06:24 PM
#4
Re: Handwriting recognition algorithm
bummer. i guess i will have to think of something myself. it's a project for college.
-
February 3rd, 2008, 07:29 PM
#5
Re: Handwriting recognition algorithm
 Originally Posted by dexxa
bummer. i guess i will have to think of something myself. it's a project for college.
Good luck. If a professor really wants something like that... Hmm... I really would examine what he really is awaiting to get. Or is this a high school ( university ) project for getting the diploma or doctor graduation ?
If the teacher has allowed yourself to choose whatever you want to design and you have choosen for this by your own decision, then withdraw the project and submit him that you are doing another one.
 Jonny Poet
To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
If anyone felt he has got help, show it in rating the post.
Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
My latest articles :
Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|