KernelAnchor.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#
public static KernelAnchor Origin(
	int index
)

Parameters

index  Int32
The position of the anchor point relative to the center of the kernel.

Return Value

KernelAnchor
A KernelAnchor at the specified position.

Remarks

This is the convention used by
C#
scipy.signal
.

See Also