mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
17 lines
1.3 KiB
HTML
17 lines
1.3 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Average With Thereshold 3</h1>
|
|
<div class='author'>Alessandro Perego</div>
|
|
<div class='description'>Average 3 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 2).</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Grid system <div class='type'>Grid system</div></dt><dd>Grid system <div class='constraints'></div></dd>
|
|
<dt>Input <div class='type'>Input Grid</div></dt><dd>This must be your input data of type grid. <div class='constraints'></div></dd>
|
|
<dt>AWT Grid <div class='type'>Output Grid</div></dt><dd>New grid filtered with the A3WiTh module <div class='constraints'></div></dd>
|
|
<dt>Radius X <div class='type'>Integer</div></dt><dd> <div class='constraints'>Minimum: 1.0</div></dd>
|
|
<dt>Radius Y <div class='type'>Integer</div></dt><dd> <div class='constraints'>Minimum: 1.0</div></dd>
|
|
<dt>Threshold <div class='type'>Floating point</div></dt><dd>The 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. <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|