How to find the original from a cropped image
Hi guys. I want to make an application dealing with image processing, but I don't know which to read first. The idea is that I want to find the original from the cropped image. For example, upload this image
I want to discover this
edit: More precisely. I will have a database full of images and I want to find the original from the cropped one. What algorithms can I use for this? I will be using C ++ or C #. Still have not decided.
+3
source to share
2 answers
Most image finder applications, I THINK to use some sort of Vulnerability Sensitivity string , I don't know what language you are using, but I am a Ruby developer and there is a gem called Recommendify that could do the magic.
0
source to share