Click or drag to resize

PolyharmonicSpline Properties

The PolyharmonicSpline type exposes the following members.

Properties
 NameDescription
Public propertyDerivativeOrder Derivative order of the spline. Effectively, the L2-norm of this derivative is minimized.
Public propertyNumberOfControlPoints Number of control points.
Public propertyNumberOfDimensionsNumber of dimensions of the control points.
Public propertyRegularizationParameter Regularization parameter (>=0). If the regularization parameter is zero, interpolation is exact. As it approaches infinity, the resulting spline is reduced to a least squares linear fit (in 2D this is a plane, the bending energy is 0).
Top
See Also