Results 1 to 2 of 2

Thread: image matching problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    3

    image matching problem

    hello tp everyone agn!!!

    now i have a small doubt.

    is it possible to math to images through vb.net.

    i mean if i have one image on one table, and the other image on the other table. can i match them by saying for eg. if image1=image2. then bla bla bla


    is it possible!!!!!!!!!!!!

    thanks in advance

  2. #2
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313
    yeah if you over loaded the = operator to compare it pixle to pixel (given that they are the same size) in that case you could do it. but i do not think vb has an equals operator for images. in most cases just write an is equal function that will load the rgb color from one image at one pixle and compare it to the other image at the same pixle, and go through that till one pixle is off, or the whole thing is the same.

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