You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If image2 is larger than image1 but the overlap is identical, Diff will report that they are identical.
Either check that the sizes are equal at the top of Diff, or compute the bounds like this:
If image2 is larger than image1 but the overlap is identical,
Diffwill report that they are identical.Either check that the sizes are equal at the top of
Diff, or compute the bounds like this: