warping of two images
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!