warping of two images
    5 views (last 30 days)
  
       Show older comments
    
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 );
0 Comments
Answers (0)
See Also
Categories
				Find more on Read, Write, and Modify Image in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!