Implementation of Image warping

This is a matlab implementation of image warping algorithm.
1.3K Downloads
Updated 31 Jan 2013

View License

This is a matlab implementation of image warping algorithm.
The output is controlled by the warping matrix
m =[1, -0.1, 0
0, 1, 0.2
0, 0, 1];

Cite As

Shuang Wang (2024). Implementation of Image warping (https://www.mathworks.com/matlabcentral/fileexchange/40116-implementation-of-image-warping), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0