Is there a way to recognize an image or something like a fingerprint or a very complex image on php?
Do you know a library or anything to recognize images like this?
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.
imageMagick : imagMagick Doc
from the php doc.
This class can do the job too :
Comparison class
Oh and for fingerprint, the comparison is basically based on a very complicated methods (comparing 12 identical areas), you can’t just do it with simple php script