ISpline Kernel 1D.Width Property
Gets the number of grid samples required by this kernel along one dimension.
Definition
Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
The kernel width (stencil size). For example:
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
int Width { get; }Property Value
Int32The kernel width (stencil size). For example:
- 2 for linear interpolation
- 4 for standard cubic Hermite, Catmull-Rom, or PCHIP
- Higher values for higher-order splines