Changes between Version 18 and Version 19 of Processing/LidarClassification


Ignore:
Timestamp:
Apr 19, 2010, 4:01:07 PM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v18 v19  
    99We 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.
    1010
    11 === classify_las.out ===
     11=== classify_las ===
    1212
    1313This is a c++ utility written to do basic classification on LAS files. The current classification algorithms include:
     
    5252'''Example''' - to classify isolated points
    5353{{{
    54 classify_las.out -lasfilein example.LAS -lasfileout classified.LAS -isolated 5
     54classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 5
    5555}}}