[GRASS-SVN] r36873 - grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 22 18:33:11 EDT 2009


Author: neteler
Date: 2009-04-22 18:33:11 -0400 (Wed, 22 Apr 2009)
New Revision: 36873

Modified:
   grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing/description.html
Log:
added missing first parameter

Modified: grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing/description.html	2009-04-22 22:33:05 UTC (rev 36872)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing/description.html	2009-04-22 22:33:11 UTC (rev 36873)
@@ -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