warping of two images

5 Ansichten (letzte 30 Tage)
ATHIRA P M
ATHIRA P M am 30 Apr. 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 );

Antworten (0)

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by