Jump to content

Recognize number on the screen

- - - - -

  • Please log in to reply
2 replies to this topic

#1
M3nK4

M3nK4

    Newbie

  • Members
  • Pip
  • 1 posts
Hello guys,
I think I'm right in the right place:
I explain my problem:

I 'just' a computer to recognize the number that appears on the screen.

at an event that is associated with a click of the mouse or pressing a keyboard key number appears on the screen (I do this already) to associate an event that allows me to recognize that the number appeared.
the number is always 2 digits, is always in the same size and position of the screen

Thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
What language are you using? Any particular font? What operating system? And why on earth do you want to do this?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
taburetka

taburetka

    Newbie

  • Members
  • PipPip
  • 11 posts
If you talking about a pattern recognition, i think the easiest way to implement that is template matching (works good only if the font is always the same), or more complicated, but also more flexible approach is contour analysis




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users