Info
この質問は閉じられています。 編集または回答するには再度開いてください。
I wan to get 'normxcorr2' of all the images, whicih are in a folder located in my computer?
1 回表示 (過去 30 日間)
古いコメントを表示
% This Code is for two images but i need it for entire folder having 23 images(like i1, i2,...i23.jpg)
im1 = rgb2gray(imread('i2.jpg'));
im2 = rgb2gray(imread('i3.jpg'));
imshowpair(im2,im1,'montage');
c = normxcorr2(im1,im2);
figure, surf(c), shading flat;
% Folder address is 'C:\Users\Rokesh\Desktop\Nntest\Bacteria'
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!