Interpolate values in image
interpolate.image(im, P, invert.y = FALSE, wmin = 10, wmax = 100)
Vector of N interpolated values
image to interpolate
N by 2 matrix of x, y values at which to interpolate. x
is in range [0, ncol(im)]
and y is in range [0, nrow(im)]
If FALSE
(the default), the y coordinate is
zero at the top of the image. TRUE
the zero y coordinate
is at the bottom.
minimum window size for inferring NA values
maximum window size for inferring NA values
David Sterratt