Changes between Version 15 and Version 16 of Processing/LidarClassification


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v15 v16  
    3838 -intensity x                Run the intensity based algorithm classifying points below a certain intensity level
    3939 -cloud [a [m [t [i]]]]      Run the cloud search algorithm to classify cloud points below ground. This can be run using the default values
    40                              (shown in brackets) or values set on the command line
     40                             (shown in brackets) or values set on the command line. This method can be run iteratively since when the mean
     41                             and std deviation are calculated, noisy points are ignored.
    4142                                a = area over which to calculate the mean (500 metres)
    4243                                m = multiplier for distance away from mean eg mean - m*std deviation (3.0)