Click or drag to resize

CorrelationBase Class

Abstract base class for all concrete correlation classes.
Inheritance Hierarchy

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public abstract class CorrelationBase

The CorrelationBase type exposes the following members.

Constructors
 NameDescription
Protected methodCorrelationBase Constructs an abstract base class for all concrete correlation types.
Top
Properties
 NameDescription
Public propertyDataLength Gets the length of the correlation data.
Public propertyKernelLength Gets the length of the correlation kernel.
Public propertyKernelShape Gets the shape of the convolution kernel.
Public propertyLength Gets the length of the correlation.
Top
Methods
 NameDescription
Public methodDispose Clean up resources.
Protected methodFinalize Provides non-deterministic destruction of underlying unmanaged resources.
(Overrides ObjectFinalize)
Protected methodTrimCorrelationT Creates a windowed view into the correlation. This does not create a copy of the input correlation.
Top
Fields
 NameDescription
Protected fieldkerneloffset_ Offset into correlation kernel.
Protected fieldkernelstride_ Correlation kernel stride.
Protected fieldmode_ Mode is either automatic, fft, or direct sum.
Top
See Also