sfiwarp performs mapping between different coordinates.
If you have sampled functions
Coordinate mapping is a fundamental data-transformation operation, which finds many applications. The term warping comes from medical imaging. See, for example,
- Wolberg, G., 1990, Digital image warping: IEEE Computer Society Press.
- W. Burnett and S. Fomel, 2009, Moveout analysis by time-warping: 79th Annual International Meeting, SEG, 3710-3714.
The algorithm used in sfiwarp is B-spline interpolation and inverse spline interpolation. If forward warping (inv=n) is
For 2-D and 3-D versions, try sfiwarp2 and sfiwarp3.