[GRASS-SVN] r36874 - grass/trunk/vector/lidar/v.lidar.growing
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 22 18:33:38 EDT 2009
Author: neteler
Date: 2009-04-22 18:33:38 -0400 (Wed, 22 Apr 2009)
New Revision: 36874
Modified:
grass/trunk/vector/lidar/v.lidar.growing/v.lidar.growing.html
Log:
added missing first parameter
Modified: grass/trunk/vector/lidar/v.lidar.growing/v.lidar.growing.html
===================================================================
--- grass/trunk/vector/lidar/v.lidar.growing/v.lidar.growing.html 2009-04-22 22:33:11 UTC (rev 36873)
+++ grass/trunk/vector/lidar/v.lidar.growing/v.lidar.growing.html 2009-04-22 22:33:38 UTC (rev 36874)
@@ -36,15 +36,15 @@
<br>
<br>
-The final result of the whole procedure (v.lidar.edgedetection,
-v.lidar.growing, v.lidar.correction) will be a point classification in the
-same categories as above.
+The final result of the whole procedure (<em>v.lidar.edgedetection</em>,
+<em>v.lidar.growing</em>, <em>v.lidar.correction</em>) will be a point
+classification in the same categories as above.
<h2>EXAMPLES</h2>
<h4>Basic region growing procedure</h4>
<div class="code"><pre>
-v.lidar.growing input=edge output=growing
+v.lidar.growing input=edge output=growing first=firstpulse
</pre></div>
<h2>SEE ALSO</h2>
More information about the grass-commit
mailing list