HistogramExtensionsFilter Method (IListDouble, Double)

CVB.Net Documentation
Filter a histogram array with the given kernel. At the beginning and end of the histogram, the histogram uses constant extension

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static double[] Filter(
	this IList<double> histogram,
	double[] kernel
)

Parameters

histogram
Type: System.Collections.GenericIListDouble
Histogram to be filtered.
kernel
Type: SystemDouble
Kernel to be used

Return Value

Type: Double
Filter result.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListDouble. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference