Hyperbolic Spline Interpolation

The problem of restoring complex curves and surfaces from discrete data so that their shape is preserved is called isogeometric interpolation. A very popular tool for solving this problem are hyperbolic splines in tension, which were introduced in 1966 by Schweikert. These splines have smoothness sufficient for many applications; combined with algorithms for the automatic selection of the tension parameters, they adapt well to the given data. Unfortunately, the evaluation of hyperbolic splines is a very difficult problem because of roundoff errors (for small values of the tension parameters) and overflows (for large values of these parameters).

Parameters

  • nn: number of points

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
B.I. Kvasov2008O(n3log2K)O(n^3 \log^2 K)O(n)O(n)
B. I. Kvasov2000O(n4)O(n^4)O(n)O(n)
P. Costantini, B. I. Kvasov, and C. Manni1999O(n5logK)O(n^5 \log K)O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Displaying 3 of 3 other relevant algorithms