I would like to know what is the easiest way to compare between images. I found algorithms to see how much images look alike, but I just need to know if they are EXACTLY the same..
Anyone has an idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to know if they are 100% the same, you could just convert a
UIImagetoNSDataand useisEqualToData:. But if even a single pixel is the tiniest bit different, you won’t get confirmation