MATLAB: Which are the methods that tell us that the image blocks are same or identical

image block matching methods

correlation and root mean square method i know….
except these two methods what are the other methods?

Best Answer

If the two objects are identical, then compare them with isequal() . No need to do any statistical calculations: they are either identical or they are not.