[GRASS-SVN] r37948 - grass/trunk/vector/lidar/v.lidar.edgedetection

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 19 06:53:40 EDT 2009


Author: hamish
Date: 2009-06-19 06:53:40 -0400 (Fri, 19 Jun 2009)
New Revision: 37948

Modified:
   grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html
Log:
typo, minor clean

Modified: grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html
===================================================================
--- grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html	2009-06-19 10:48:12 UTC (rev 37947)
+++ grass/trunk/vector/lidar/v.lidar.edgedetection/v.lidar.edgedetection.html	2009-06-19 10:53:40 UTC (rev 37948)
@@ -28,10 +28,11 @@
 threshold. Other points are classified as TERRAIN.
 <br>
 <br>
-The output eill be a vector map in which points has been classified as 
+The output will be a vector map in which points has been classified as 
 TERRAIN, EDGE or UNKNOWN. This vector map should be the input of 
 <em>v.lidar.growing</em> module.
 
+
 <h2>NOTES</h2>
 
 In this module, an external table will be created which will be useful for 
@@ -40,6 +41,7 @@
 in the output vector map will be classified as:
 <br>
 <br>
+<!-- ???? UNKNOWN (cat = 0, layer = 1)<br> -->
 EDGE (cat = 1, layer = 1)
 <br>
 TERRAIN (cat = 2, layer = 1)
@@ -58,6 +60,7 @@
 <br>
 OBJECT DOUBLE PULSE (cat = 4, layer = 2)
 
+
 <h2>EXAMPLES</h2>
 
 <h4>Basic edge detection</h4>
@@ -65,11 +68,15 @@
 v.lidar.edgedetection input=vector_last output=edge see=8 sen=8 lambda_g=0.5
 </pre></div>
 
+
 <h2>SEE ALSO</h2>
-<em><a HREF="v.lidar.growing.html">v.lidar.growing</a></em>,
-<em><a HREF="v.lidar.correction.html">v.lidar.correction</a></em>,
-<em><a HREF="v.surf.bspline.html">v.surf.bspline</a></em>
+<em>
+<a HREF="v.lidar.growing.html">v.lidar.growing</a>,
+<a HREF="v.lidar.correction.html">v.lidar.correction</a>,
+<a HREF="v.surf.bspline.html">v.surf.bspline</a>
+</em>
 
+
 <h2>AUTHORS</h2>
 Original version of program in GRASS 5.4:
 <BR>
@@ -79,6 +86,7 @@
 <BR>
 Roberto Antolin and Gonzalo Moreno
 
+
 <h2>REFERENCES</h2>
 
 Antolin, R. et al., 2006. Digital terrain models determination by LiDAR 
@@ -107,5 +115,7 @@
 Performances of the filter can be seen in the
 <a HREF="http://www.itc.nl/isprswgIII-3/filtertest/MainDoc.htm">ISPRS WG III/3 Comparison of Filters</a> 
 report by Sithole, G. and Vosselman, G., 2003. 
+
 <br>
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list