Find Image withing Picture
Okay i wanna make a fun little Program, I just have a few Questions. On How someone would go about this,
Okay i wanna scan a picture and look for a box that has for example
3 across and then bottom line also has 3 lines across. Like This
http://img233.imageshack.us/img233/4631/90428447.png
How would i go about finding This Image ? And or Set of pixels
I know a couple ways i Could do this, But it would be a Slow Process :confused:
Anyone have a suggestion. On How i would Code this,
Scan the pix look for a black Pixel then scan next to it etc etc then scan the other line, And if it matches then >Do Something < But that would Be alot of coding and and be Slow, Anyone got an Idea on how i would make it easier
Re: Find Image withing Picture
bump anyone willing to help ? I'll give whoever 10 dollar paypal
Re: Find Image withing Picture
you can always scan the screen and get pixel color, and set an array of some sorts and if you get so many pixels that fit your format, assume its true.
Re: Find Image withing Picture
Quote:
Originally Posted by
TCarter
you can always scan the screen and get pixel color, and set an array of some sorts and if you get so many pixels that fit your format, assume its true.
thats kinda what i was saying, but there has to be an easier method :confused: