Changes between Version 15 and Version 16 of Processing/LidarClassification
- Timestamp:
- Apr 19, 2010, 3:57:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v15 v16 38 38 -intensity x Run the intensity based algorithm classifying points below a certain intensity level 39 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 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. 41 42 a = area over which to calculate the mean (500 metres) 42 43 m = multiplier for distance away from mean eg mean - m*std deviation (3.0)