|
-
Oct 28th, 2006, 01:50 PM
#1
Re: comparing images [ got the code need explination]
It compares the difference of the color of the pixels. If it falls under some threshold, the pixels are considered similar, if it doesn't the pixels are considered not similar. It also outputs an image of the same size that gives you a visual indicator of where the difference lies.
If you are trying to determine if they are identical, you don't need to do this much work. You could check the sizes of the files and also compute an MD5 hash of the file.
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
|