Package boofcv.alg.interpolate.array
package boofcv.alg.interpolate.array
-
ClassDescriptionProvides much of the basic house keeping needed for interpolating 1D data.Langrange's formula is a straight forward way to perform polynomial interpolation.Neville's algorithm for polynomial interpolation and extrapolation.Same as
PolynomialNeville_F32
but it assumes that the points are sampled at integer values only.