Click or drag to resize

CorrelationFilter(DoubleVector) Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public CorrelationFilter(
	DoubleVector coefficients
)

Parameters

coefficients  DoubleVector
Vector of filtering coefficients
Exceptions
ExceptionCondition
InvalidArgumentExceptionThe number of coefficients much be greater than zero.
See Also