I'm trying to compare two images that are basically the same with a. Some labels on the image moved to a different location b. One image has an extra icon that the other doesn't
How do I compare the two with ignoring (a.) and highlight (b.) ? Basically the labels are still in the image and usually render in different locations. But a basic absdiff shows these labels in different places as well.
I only want to see objects that aren't present in either one of the two images .
What algorithm or methods do I use ?