Resampling filters
What does the 2D version of this hat function look like?
s3img254
txp_fig
performs
linear interpolation
(tent function) performs
bilinear interpolation
Often implemented without cross-correlation
E.g., http://en.wikipedia.org/wiki/Bilinear_interpolation
Better filters give better resampled images
Bicubic is common choice
fit 3rd degree polynomial surface to pixels in neighborhood