I’m making a site where ppl will upload pictures and I would like to be able to check them against google to see if they are original or lifted off the web somewhere. I was thinking about doing this by analyzing the request made when using google images (the type of search where you upload an image and google finds where its from) and replicating it with libcurl. Does anyone have any thoughts on a good way to do this? google doesnt seem to provide an api for this
Share
What you’re really talking about is a “reverse image search”, which will hopefully give you some more leverage in further searching towards finding the information you need. I was going to write about my vague understanding of the process briefly but before I finished I found some previous questions similar to yours which do a far better job than I was:
What algorithm could be used to identify if images are the "same" or similar, regardless of size?
I wonder how reverse image search services like tineye.com work …?