Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Image Character Recognition

by EvdB (Deacon)
on Dec 05, 2003 at 08:41 UTC ( [id://312459]=note: print w/replies, xml ) Need Help??


in reply to Image Character Recognition

This should be fairly easy to achieve:
  1. By looking at several images extract a sample of each character and save these image files locally.
  2. Take the images that you want to 'read' and apply a fourier transform on it.
  3. For each character you extracted in 1 do a convolution of its fourier transform with the fourier transform from 2.
  4. If a maxima occurs note its position.
  5. After every charater has been tried list them in the order they appear in the image.
Voila - you have the letters!

PS you should check the maths here but I believe that it is roughtly right - long time since I did this at Uni.

--tidiness is the memory loss of environmental mnemonics

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://312459]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found