Provides access to members that control a focal mean filter.
Members
Name | Description | |
---|---|---|
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. |