Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

character recognition

Sat Apr 30, 2011 1:47 pm

hi all.. :wave:
i m working on my final year project,,its about CAPTCHA breaking...i.e. to show that captchas can be easily breakable....
for that following steps need to be followed:
1. firstly trace the position of characters in the input image.
2. then extract each character,,we can also say it as character segmentation..i.e. separating each character individually...
<<i have completed my project till dis step>>

now we have :
1. the segmented images...
2. a training set of images i.e. a set of images each representing an individual character.

what i want :
1. maintain a database in which 2 columns will be there... one representing the individual character i.e. from a to z...and second representing the value obtained after applying some function on the corresponding training image.
2. now after applying the same function on the segmented image which we have obtained in step 2,,we'll get their values also...now dese values will be compared in the database,,,nd the corresponding character'll be fetched.....
in this way v can get the text corressponding to that image...
what say guys.......
i just wanted to know which function shud i apply on the training set of images.......... :Dash: :Dash:
..plz guys help me in this work... plz.... :beg: :beg: :beg:



Re: character recognition

Fri May 20, 2011 10:37 am

I too made an application for captcha breaking
But struck at where you are right now.
I referred many books about the code and even internet.
I tried every method but nothing worked.
THen i reffered to my uncle and he told that i was doing it in wrong way.
He made me right and now i have my app prepared.
If you want to know how did I made that app, please contact me.

Post a reply
  Related Posts  to : character recognition
 function key recognition     -  
 Fingerprint Recognition Project- Implementation Code     -  
 Character Operations     -  
 ANSI code value of character     -  
 Reading a Specific Character in php     -  
 Sending One lakh character in ajax     -  
 Find occurrences of each character in a string     -  
 character running automatically / jump /duck/ functions     -  
 Handle Key event-keyboard-Get typed Character and its code     -