warping of two images

5 views (last 30 days)
ATHIRA P M
ATHIRA P M on 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 );

Answers (0)

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!