Skip to content

Commit

Permalink
docs for ground: update option names
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Aug 5, 2016
1 parent b6d9a4d commit 575b982
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions doc/apps/ground.rst
Expand Up @@ -19,15 +19,15 @@ returns. The ``ground`` command invokes `Point Cloud Library

::

--input [-i] arg Non-positional option for specifying input filename
--output [-o] arg Non-positional option for specifying output filename
--maxWindowSize arg max window size [33]
--slope arg slope [1]
--maxDistance arg max distance [2.5]
--initialDistance arg initial distance [0.15]
--cellSize arg cell size [1]
--classify apply classification labels? [true]
--extract extract ground returns? [false]
--approximate [-a] Use significantly faster approximate algorithm? [false]
--input [-i] arg Non-positional option for specifying input filename
--output [-o] arg Non-positional option for specifying output filename
--max_window_size arg max window size [33]
--slope arg slope [1]
--max_distance arg max distance [2.5]
--initial_distance arg initial distance [0.15]
--cell_size arg cell size [1]
--classify apply classification labels? [true]
--extract extract ground returns? [false]
--approximate [-a] Use significantly faster approximate algorithm? [false]

.. _`ProgressiveMorphologicalFilter`: http://pointclouds.org/documentation/tutorials/progressive_morphological_filtering.php#progressive-morphological-filtering.
2 changes: 1 addition & 1 deletion doc/stages/filters.ground.rst
Expand Up @@ -35,7 +35,7 @@ Example
Options
-------------------------------------------------------------------------------

maxWindowSize
max_window_size
Maximum window size. [Default: **33**]

slope
Expand Down

0 comments on commit 575b982

Please sign in to comment.