Changes between Version 20 and Version 21 of Processing/LidarClassification
- Timestamp:
- Feb 8, 2011, 12:09:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v20 v21 49 49 The output LAS file will no longer have its points ordered by time, but rather by the quadtree / pointbucket ordering which is used to speed up searching within the software. Any number of methods can be run through on the same command. 50 50 51 '''Example''' - to classify isolated points 51 '''Example''' - to classify isolated points whom have less than 5 points within 4 metres of them 52 52 {{{ 53 classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 5 53 classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 5 4 54 54 }}}