KernelProcessor<T> Constructor

Initializes a new instance of the KernelProcessor<T> class.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
protected KernelProcessor(
	T[] kernel,
	ConvolutionMode mode,
	int fftThreshold,
	KernelAnchor anchor,
	SignalPadding padding,
	KernelProcessingMethod processingMethod
)

Parameters

kernel  T[]
The convolution kernel array.
mode  ConvolutionMode
The convolution mode.
fftThreshold  Int32
The FFT threshold.
anchor  KernelAnchor
The kernel anchor.
padding  SignalPadding
The signal padding mode.
processingMethod  KernelProcessingMethod
The processing method.

See Also