Changes between Version 18 and Version 19 of Processing/LidarClassification
- Timestamp:
- Apr 19, 2010, 4:01:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v18 v19 9 9 We can use the !TerraScan software or the in-house classify_las program for point classification. The !TerraScan usage can be found on other pages of the wiki. 10 10 11 === classify_las .out===11 === classify_las === 12 12 13 13 This is a c++ utility written to do basic classification on LAS files. The current classification algorithms include: … … 52 52 '''Example''' - to classify isolated points 53 53 {{{ 54 classify_las .out-lasfilein example.LAS -lasfileout classified.LAS -isolated 554 classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 5 55 55 }}}