[GRASS-SVN] r37949 -
grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 19 06:58:07 EDT 2009
Author: hamish
Date: 2009-06-19 06:58:07 -0400 (Fri, 19 Jun 2009)
New Revision: 37949
Modified:
grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html
Log:
typo, minor clean (merge from trunk)
Modified: grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html 2009-06-19 10:53:40 UTC (rev 37948)
+++ grass/branches/develbranch_6/vector/lidar/v.lidar.edgedetection/description.html 2009-06-19 10:58:07 UTC (rev 37949)
@@ -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
@@ -108,4 +116,6 @@
<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