From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/interp/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 math/interp/README (limited to 'math/interp/README') diff --git a/math/interp/README b/math/interp/README new file mode 100644 index 00000000..915afd6e --- /dev/null +++ b/math/interp/README @@ -0,0 +1,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. -- cgit