Filters

User-defined standard deviation filters

There is no standard standard deviation filter stored on disk. You always have to define a standard deviation filter yourself, either through the Filter dialog box or by an expression on the command line of the Main window.

Using the Filter dialog box:

To define your own standard deviation filter:

Using the command line (advanced):

To define your own Standard Deviation filter, type the following expression on the command line of the Main window:

 

OUTMAP

=

MapFilter(InputMapName, FilterStandardDev(rows,cols))

where:

OUTMAP

is the name of your output map.

MapFilter

is the command to start the Filter operation.

InputMapName

is the name of your input map.

FilterStandardDev

is the command to define a standard deviation filter.

rows

are the number of rows of your standard deviation filter.

cols

are the number of columns of your standard deviation filter.

Example:

To use a standard deviation filter which considers each 7 vertically neighbouring pixels:

Tip:

See also: