Hi,
The image file in my program should be the same resolution as the card
image in the on line program. Any use of 3rd party programs will be to
slow. So it has to be done in my program.
1st suggestion for creating the image file in my program.
Sounds like a screen grabbing problem. Can you grab images
of the cards in your on line program? Well, you must if you
want something to compare to, correct?
2nd suggestion for comparing the two image files speedily.
If you use the same images as the program, just eXclusive
OR the two card images. If they are the same, you end up
with a zeroed image. If there is some jitter in grabbing the
card images, use a minimum/maximum correlation algorithm
on the XORed images. Count the mismatched pixels and look
for a minimum in both number and kind.
Regards,
Steve