Changes between Version 17 and Version 18 of Processing/LidarClassification


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v17 v18  
    3838 -intensity x                Run the intensity based algorithm classifying points below a certain intensity level
    3939 -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
    41                              (shown in brackets) or values set on the command line. This method can be run iteratively since when the mean
    42                              and std deviation are calculated, noisy points are ignored.
     40                             Run the cloud search algorithm to classify cloud points either above or below ground. This can be run using the
     41                             default values (shown in brackets) or values set on the command line. This method can be run iteratively since
     42                             when the mean and std deviation are calculated, noisy points are ignored.
    4343                                a = area over which to calculate the mean (500 metres)
    4444                                m = multiplier for distance away from mean eg mean - m*std deviation (3.0)