MATLAB: Making two images of equal dimensions in MATLAB

image processingMATLAB

i am trying to apply SURF algorithm, http://www.mathworks.com/matlabcentral/fileexchange/28300 which is the algo to find the key points and matches corresponding two images, but the problem is that in my case , i want to apply that algo with two images, but they are of different dimension and so it fails to work, could you please tell what shall i do so that both images become equal dimensions.

Best Answer

imresize() perhaps.