I want to know if a SURF library written in PHP is available? Of the small conclusions that I have made so far, the search libraries are either in C ++ / C #, if there is some link to similar technologies that are built into PHP, if provided, this will be appreciated. I was looking my way for some built-in functions, the only thing that was close enough was Image Magick. But from the comments, it looks like a pattern match cannot be made in it.
Let me define my self, I just do not want to compare 2 images, let's say there is a Google logo with an image, and there is an image of the Google logo as a separate image, which I want to find if there is some image where the Google logo / image is reproduced.
source
share