IWindows2D Type

Common interface for 2D window functions to apply before.

Instance members

Instance member Description

this.Apply

Full Usage: this.Apply

Parameters:
    m : IMatrix<float> - The matrix to modify.

Modifiers: abstract

Applies the window function to the specified matrix m by multiplying each matrix element with a factor.

m : IMatrix<float>

The matrix to modify.