Skip to content

Interpolator options

Luc edited this page Oct 21, 2019 · 5 revisions
--interp_values Lateral (= crosswise) Longitudinal
LINEAR linear (degree 1) linear (degree 1)
B-SPLINE B-spline (degree 3)
AKIMA B-spline (degree 3)
PCHIP Piecewise Cubic Hermite Interpolating Polynomial (degree 3)
CUBIC_SPLINE Cubic spline (degree 3)
BILINEAR bilinear (2x degree 1)
BICUBIC bilinear (2x degree 3)
BIVARIATE_SPLINE (not checked) Smooth bivariate spline approximation (2x degree 3)
Clone this wiki locally