Results 1 to 4 of 4

Thread: Find Image withing Picture

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2009
    Posts
    462

    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

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2009
    Posts
    462

    Re: Find Image withing Picture

    bump anyone willing to help ? I'll give whoever 10 dollar paypal

  3. #3
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    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.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2009
    Posts
    462

    Re: Find Image withing Picture

    Quote Originally Posted by TCarter View Post
    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
  •  



Click Here to Expand Forum to Full Width