Creates an instance of a correlation filter with the given coefficients.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public CorrelationFilter(
	DoubleVector coefficients
)
Visual Basic (Declaration)
Public Sub New ( _
	coefficients As DoubleVector _
)
Visual C++
public:
CorrelationFilter(
	DoubleVector^ coefficients
)

Parameters

coefficients
Type: CenterSpace.NMath.Core..::.DoubleVector
Vector of filtering coefficients

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThe number of coefficients much be greater than zero.

See Also