Click or drag to resize

Double1DCorrelation Methods

The Double1DCorrelation type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this correlation instance.
Public methodCorrelate(Double) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodCorrelate(DoubleVector) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodCorrelate(Double, Double) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodCorrelate(DoubleVector, DoubleVector) Computes the correlation between the stored correlation kernel, and the vector data.
Public methodDispose Clean up resources.
(Inherited from CorrelationBase)
Protected methodFinalize Provides non-deterministic destruction of underlying unmanaged resources.
(Inherited from CorrelationBase)
Public methodTrimConvolution Creates a clipped view into the correlation. This does not create a copy of the input correlation.
Protected methodTrimCorrelationT Creates a windowed view into the correlation. This does not create a copy of the input correlation.
(Inherited from CorrelationBase)
Top
See Also