ProjectionFilter Method

CVB.Net Documentation
Filter this projection using a 1D filter kernel.

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

public Projection Filter(
	int[] kernel
)

Parameters

kernel
Type: SystemInt32
Filter kernel to use

Return Value

Type: Projection
New projection containing the filtered projection.
See Also

Reference