Gopher2011
Well-known member
 Big screen grab example
 Big screen grab example Little image example
 Little image exampleSorry for this and I really would appreciate any comments.. or help..
I am working with a home made industrial OCR recondition (but not actually OCR), and I know some of you will say 'this is better' and 'that is better' but my company's application is very precise, so this is the best way I can put it..
What I need to do - and I make the example as simple as possible here - is to get a screen grab. I then need to compare the screen grab with a stored tiny image, just showing a small image. I then need to compare the screen grab, and then if a match is found, return the x/y of the co-ordinates of the little image in the big screen grab image..
I really do hope this makes sense..
If you can help or point me in the right direction I would appreciate it.
 
	 ) If the small Image looks like a Section of the big image but not exactly matches then you'd be better of creating a Artificial Neural Network. ANN's are used for things like OCR but they can be adapted for almost anything you can use a algorithm for. The only and i think biggest Con of a ANN is that you better gear up for some hard coding.
 ) If the small Image looks like a Section of the big image but not exactly matches then you'd be better of creating a Artificial Neural Network. ANN's are used for things like OCR but they can be adapted for almost anything you can use a algorithm for. The only and i think biggest Con of a ANN is that you better gear up for some hard coding. 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		