Changes between Version 20 and Version 21 of Processing/LidarClassification


Ignore:
Timestamp:
Feb 8, 2011, 12:09:34 PM (13 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v20 v21  
    4949The 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.
    5050
    51 '''Example''' - to classify isolated points
     51'''Example''' - to classify isolated points whom have less than 5 points within 4 metres of them
    5252{{{
    53 classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 5
     53classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 5 4
    5454}}}