|
-
Jul 22nd, 2003, 08:09 AM
#1
Thread Starter
New Member
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
-
Jul 23rd, 2003, 04:29 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|