IFocalMeanFilter Interface

Provides access to members that control a focal mean filter.

Members

Name Description
Method SetSize Sets the size of the focal filter.

IFocalMeanFilter.SetSize Method

Sets the size of the focal filter.

Public Sub SetSize ( _
    ByVal nColumns As Integer, _
    ByVal nRows As Integer _
)
public void SetSize (
    int nColumns,
    int nRows
);

Classes that implement IFocalMeanFilter

Classes Description
FocalMeanFilter A class for focal mean filter.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.