Class | Description |
---|---|
Convolution |
Class that applies a specified kernel to a data source to convolve it.
|
Filter |
Abstract class that provides basic functions for filtering arbitrary
columns of a DataSource, in other words a set of one-dimensional data.
|
Kernel |
Class that represents an one dimensional array of coefficients for a
weighted filtering.
|
KernelUtils |
Abstract class that provides utility functions which are useful for
kernels.
|
Median |
Class that calculates the median of a data sequence.
|
Resize |
Filter to change the size of equally spaced data sources.
|
Enum | Description |
---|---|
Filter.Mode |
Type to define the behavior when engaging the borders of a column, i.e.
|