|
-
Aug 23rd, 2011, 11:47 PM
#1
Thread Starter
Hyperactive Member
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

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 
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
-
Aug 24th, 2011, 02:57 PM
#2
Thread Starter
Hyperactive Member
Re: Find Image withing Picture
bump anyone willing to help ? I'll give whoever 10 dollar paypal
-
Aug 24th, 2011, 11:22 PM
#3
Fanatic Member
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.
-
Aug 25th, 2011, 01:19 AM
#4
Thread Starter
Hyperactive Member
Re: Find Image withing Picture
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|