home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / pen / 553 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!uka!i31s17!kdh
  2. From: kdh@i31s17.ira.uka.de (Klaus Hartenstein)
  3. Newsgroups: comp.sys.pen
  4. Subject: Re: Any DOS-based handwritten digit recognition packages?
  5. Date: 3 Sep 1992 07:29:04 GMT
  6. Organization: University of Karlsruhe, FRG
  7. Lines: 31
  8. Distribution: comp
  9. Message-ID: <184es0INN4b6@iraul1.ira.uka.de>
  10. References: <19821@drutx.ATT.COM>
  11. NNTP-Posting-Host: i31s17.ira.uka.de
  12. Keywords: handwriting recognition
  13.  
  14. In article <19821@drutx.ATT.COM>, djm@druhi.ATT.COM (MarinelliD) writes:
  15. |> I am looking for a DOS-based handwritten-digit recognition
  16. |> algorithm for the numerals 0-9.  If it is part of a more
  17. |> capable alphanumeric recognizer that's fine, but I'll probably
  18. |> want to pare it down.  Not interested in an operating system,
  19. |> just a recognition package. 
  20. |> 
  21. |> Please post your thoughts to the net.  Thanks.
  22.  
  23.  
  24.  
  25. In a german computer magazine, "c't" (5/92, p 212), I found an article,
  26. about recognizing handwritten characters. Yoy can get the algorithm,
  27. written in Turbo-C, via ftp: 
  28.  
  29. ftp.uni-paderborn.de , /pcsoft/msdos/magazin/ct/ct92/ct9205.zip
  30.  
  31. The program is not written only for digit-recognition.
  32. It is based on a fuzzy-algorithm, which recognizes previously "learned" 
  33. single-stroke-gestures. I tested it and was very surprised about 
  34. the amazing recognition rate (with regard to the complexity!).
  35. It should be no problem to expand the algorithm for multi-strokes and
  36. to increase the recognition rate by defining additional clasifiers.
  37.  
  38.                         'hope it helps...
  39.  
  40. ------------------------------------------------------------------------
  41.         Klaus Hartenstein       |  email: kdh@ira.uka.de
  42.         Rudolfstr. 19           |
  43.         7500 Karlsruhe, F.R.G.  |
  44. ------------------------------------------------------------------------
  45.