MATLAB: How to compare two images of diffrent sizes.,like 8×8 and 512×256.

image processingImage Processing Toolboximage segmentation

Basically, i want to do the pixel wise comparison of two diffrent sized images and find out the match between the two images. Thanks in advance.

Best Answer

Are you trying to find the location of the small image which is located somewhere within the larger image? If so, see this demo for normxcorr2:
If not, please give your definition of "pixel wise comparison" as that is not specific enough - it could mean virtually anything.
Related Question