Simply stated, I have to match images based on similarities. So if two images of different size happen to be the same, or if they differ only by watermark, they can be matched as the same.
I know python must have at least a starting implementation of this, but I cannot seem to find it. What would this be called in python-ese or imaging science?