[GRASS-SVN] r64860 - grass/trunk/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 15 02:13:02 PDT 2015
Author: marisn
Date: 2015-03-15 02:13:02 -0700 (Sun, 15 Mar 2015)
New Revision: 64860
Modified:
grass/trunk/raster/r.neighbors/r.neighbors.html
Log:
r.neighbors: Add a notice on iclusion of centre into calculation (related to #2620)
Modified: grass/trunk/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/trunk/raster/r.neighbors/r.neighbors.html 2015-03-14 19:14:26 UTC (rev 64859)
+++ grass/trunk/raster/r.neighbors/r.neighbors.html 2015-03-15 09:13:02 UTC (rev 64860)
@@ -9,7 +9,7 @@
example, each cell in the output layer might be assigned a
value equal to the average of the values
appearing in its 3 x 3 cell "neighborhood" in the input
-layer.
+layer. Note that the centre cell is also included in the calculation.
<h3>OPTIONS</h3>
@@ -159,8 +159,9 @@
<em>Neighborhood Size:</em>
The neighborhood <b>size</b> specifies which cells surrounding any given
cell fall into the neighborhood for that cell.
-The <b>size</b> must be an odd integer.
-For example,
+The <b>size</b> must be an odd integer and represent the lenght of one of
+moving window edges in cells.
+For example, a size value of 3 will result in
<div class="code"><pre>
_ _ _
|_|_|_|
More information about the grass-commit
mailing list