Changes between Version 1 and Version 2 of Processing/LidarClassification
- Timestamp:
- Apr 8, 2010, 2:29:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v1 v2 30 30 31 31 Currently only one method can be used per run of the software. This is due to be changed shortly. 32 33 '''Example''' - to classify isolated points 34 {{{ 35 classify_las.out -lasfilein example.LAS -lasfileout classified.LAS -isolated 5 36 }}}