Image difference - Is there a way to identify if an object is moved / deleted/ added

I am comparing two versions of an image and I am able to get all the difference between them using cv.absDiff method. But I did not find a way to get what kind of difference it is i.e. if object is removed / added / moved in latest version of image.

Can anyone please help me out on this ?