Kernel Anchor.Origin Method
Creates a kernel anchor at a position relative to the center.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
A KernelAnchor at the specified position.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public static KernelAnchor Origin(
int index
)Parameters
- index Int32
- The position of the anchor point relative to the center of the kernel.
Return Value
KernelAnchorA KernelAnchor at the specified position.
Remarks
This is the convention used by
C#
.
scipy.signal