Changes between Version 16 and Version 17 of Processing/LidarClassification


Ignore:
Timestamp:
Apr 19, 2010, 3:59:02 PM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v16 v17  
    3737 -below x                    Run the absolute elevation algorithm classifying points with elevation below x metres   
    3838 -intensity x                Run the intensity based algorithm classifying points below a certain intensity level
    39  -cloud [a [m [t [i]]]]      Run the cloud search algorithm to classify cloud points below ground. This can be run using the default values
     39 -cloud above|below [a [m [t [i]]]]
     40                             Run the cloud search algorithm to classify cloud points below ground. This can be run using the default values
    4041                             (shown in brackets) or values set on the command line. This method can be run iteratively since when the mean
    4142                             and std deviation are calculated, noisy points are ignored.