Image Warping

버전 1.0.0.0 (893 Bytes) 작성자: Aisha
Image warping using bilinear interpolation
다운로드 수: 1.5K
업데이트 날짜: 2014/10/16

라이선스 보기

%This function warps an image onto another within corner points using the
% homography matrix H
% Input Parameters : frame - image on which another image is to be warped
% imgToEmbed - image to be warped on frame
% H - Homography matrix
% cornerPts - corner points on frame in which warped
% image will be embed
% Output Parameters: warpedImg - final image after warping
Usage: warpedImg=imwarp( markerImage, imageToEmbed,H, vector1);

where vector1 is of meanpoints given in following format:
vector1= [ meanPoints(1,1) meanPoints(1,2);meanPoints(2,1) meanPoints(2,2); meanPoints(3,1) meanPoints(3,2); meanPoints(4,1) meanPoints(4,2)];

This function succesfully warps one image onto another. The only problem is that it takes 1.xx seconds in warping single image. I need some improvement in it to make it fast. Can anyone help me??

인용 양식

Aisha (2024). Image Warping (https://www.mathworks.com/matlabcentral/fileexchange/48135-image-warping), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0