blob: 915afd6e0a7a9da7afb6b0ad17bd7a3566ee8604 (
plain) (
blame)
1
2
3
4
5
6
7
|
Image interpolation package. Contains interpolator routines specially
designed to interpolate image data. This interpolator task is characterized
by data arrays in which the data points are equally spaced. Data points
and interpolation points are referenced simply by array index. Indefinite
valued pixels may be present in the data. Since the interpolation routines
will be applied to very large data arrays, efficiency is emphasized in these
routines.
|