I am wanting to be able to check to see if two images appear to be the same, within a certain threshold.


These two images are the same to the eye, but one has slightly different colors. I have tried the following example:
http://www.vb-helper.com/howto_net_image_compare_threshold.html
Unfortunately, it only seems to detect when the images are identical. How can I determine if the images are the same within a certain threshold, with VB.NET?