PATTERN filter

With a pattern filter (3x3 environment) you can detect: areas where pixels have more or less the same value, outliers where the values of all 8 neighbours are largely different from the center pixel. For all 8 directions, it is stored whether the differences between the center pixel and its neighbours are large or small. Whether or not 3x3 neighbouring pixels are considered to have more or less the same value, is determined by the threshold value that you have to specify.

When using the PATTERN filter on an image:

See also: