RealKernelProcessor<T> Properties

Properties

Anchor Gets the kernel anchor configuration that determines the alignment between kernel and signal.
(Inherited from KernelProcessor<T>)
KernelLength Gets the length of the kernel.
(Inherited from KernelProcessor<T>)
KernelSpan Gets a read-only span view of the kernel array for internal use by derived classes.
(Inherited from KernelProcessor<T>)
Mode Gets the output mode that determines the size and alignment of the convolution/correlation result.
(Inherited from KernelProcessor<T>)
Padding Gets the signal padding mode used for boundary extension.
(Inherited from KernelProcessor<T>)
ProcessingMethod Gets the processing method used for convolution/correlation computation.
(Inherited from KernelProcessor<T>)

See Also