[GRASS-SVN] r38637 - grass/trunk/vector/lidar/v.lidar.edgedetection
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 8 05:50:20 EDT 2009
Author: neteler
Date: 2009-08-08 05:50:20 -0400 (Sat, 08 Aug 2009)
New Revision: 38637
Modified:
grass/trunk/vector/lidar/v.lidar.edgedetection/edgedetection.c
grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html
Log:
documentation fix for classes
Modified: grass/trunk/vector/lidar/v.lidar.edgedetection/edgedetection.c
===================================================================
--- grass/trunk/vector/lidar/v.lidar.edgedetection/edgedetection.c 2009-08-08 09:39:49 UTC (rev 38636)
+++ grass/trunk/vector/lidar/v.lidar.edgedetection/edgedetection.c 2009-08-08 09:50:20 UTC (rev 38637)
@@ -38,9 +38,9 @@
double *partial, double alpha, double residual,
double gradHigh, double gradLow)
{
- /* 0 = PRE_TERRAIN */
- /* 1 = PRE_EDGE */
- /* 2 = UNKNOWN */
+ /* 1 = PRE_TERRAIN */
+ /* 2 = PRE_EDGE */
+ /* 3 = PRE_UNKNOWN */
int c1, c2;
double g[9][2], *gradient, gradPto, dirPto;
Modified: grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html
===================================================================
--- grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html 2009-08-08 09:39:49 UTC (rev 38636)
+++ grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html 2009-08-08 09:50:20 UTC (rev 38637)
@@ -41,11 +41,11 @@
in the output vector map will be classified as:
<br>
<br>
-<!-- ???? UNKNOWN (cat = 0, layer = 1)<br> -->
-EDGE (cat = 1, layer = 1)
+TERRAIN (cat = 1, layer = 1)
<br>
-TERRAIN (cat = 2, layer = 1)
+EDGE (cat = 2, layer = 1)
<br>
+UNKNOWN (cat = 3, layer = 1)
<br>
The final result of the whole procedure (v.lidar.edgedetection,
v.lidar.growing, v.lidar.correction) will be a point classification in
More information about the grass-commit
mailing list