warping of two images

5 vues (au cours des 30 derniers jours)
ATHIRA P M
ATHIRA P M le 30 Avr 2019
Dear sir,
iI want to warp two images.The code and images are attached below.But the warping result is not correct.Please help me sir.
im1=imread('patch binary1.jpg');
im2=imread('warp1.jpg');
[h wim] = homography(im1, im2);
imshow(wim)
%[ warpedImg ] = imwarp( im1, im2, h, cornerPoints );

Réponses (0)

Catégories

En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by