Making two images of equal dimensions in MATLAB

1 view (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 16 Apr 2012
imresize() perhaps.

More Answers (2)

KT
KT on 17 Apr 2012
nope that doesnt workk...
  7 Comments

Sign in to comment.


arjun kohli
arjun kohli on 23 Sep 2019
thanks it is working

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!