[GRASS-SVN] r38576 -
grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 2 09:17:47 EDT 2009
Author: neteler
Date: 2009-08-02 09:17:45 -0400 (Sun, 02 Aug 2009)
New Revision: 38576
Modified:
grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html
grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/edgedetection.c
Log:
documentation fix for classes
Modified: grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html 2009-08-02 11:30:11 UTC (rev 38575)
+++ grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html 2009-08-02 13:17:45 UTC (rev 38576)
@@ -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
Modified: grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/edgedetection.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/edgedetection.c 2009-08-02 11:30:11 UTC (rev 38575)
+++ grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/edgedetection.c 2009-08-02 13:17:45 UTC (rev 38576)
@@ -36,9 +36,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;
More information about the grass-commit
mailing list