Module: Average With Thereshold 2
Alessandro Perego
Menu: Contributions > A. Perego > Filter for Grids
Description
Average 2 With Thereshold for Grids calculates average in X and Y distances unsing only the values that differ form central pixel less than a specified threshold. Each value has a weight which is inversely proportional to the distance (method 1).
Parameters
NameTypeIdentifierDescriptionConstraints
Input
Input Grid (input)INPUTThis must be your input data of type grid.
Output
AWT GridGrid (output)RESULTNew grid filtered with the A2WiTh module
Options
Radius XIntegerRXMinimum: 1.000000
Radius YIntegerRYMinimum: 1.000000
ThresholdFloating pointTHRESHThe values in the specified radius is used in the average calculation only if its difference with the central value is lesser or equal to this threshold.