rotate an image to register with another one

1 次查看(过去 30 天)
hi everybody
i have to images. i need first rotate one of them to registere 2 control pints. i need to register control point 1 of both of them to be in the same direction
moving=rgb2gray(imread('4ch-70%-fliped.jpg'))
fixedd=rgb2gray(imread('4-chamber view41.jpg'))
fixed=imresize(fixedd,size(moving))
imshowpair(moving,fixed,'montage')
h=cpselect(moving,fixed)
tform = fitgeotrans(movingPoints,fixedPoints,'?')
fixedregistered = imwarp(fixed,tform,'OutputView',imref2d(size(moving)));
figure
imshowpair(moving,fixedregistered)
i dont know what should i put instead of ? in the tform because i just want the rotation of affine, i dont want to deform the moving image

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-7-1
编辑:KALYAN ACHARJYA 2019-7-1

类别

Help CenterFile Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by