Changes between Version 10 and Version 11 of Processing/LidarClassification


Ignore:
Timestamp:
Apr 15, 2010, 11:46:35 AM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v10 v11  
    2828
    2929 -fence minx miny maxx maxy  Use a fence whose bounds are given by minx,miny maxx,maxy   
    30  -fence px py qx qy width    Use a fence defined by centre line pq and width. width is the full width of the rectangle not the distance from the centre line to the edge.
     30 -fence px py qx qy width    Use a fence defined by centre line pq and width. width is the full width of the rectangle not the distance
     31                             from the centre line to the edge.
    3132
    3233method flags
     
    3839}}}   
    3940
    40 Currently only one method can be used per run of the software. This is due to be changed shortly. Also, 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.
     41The 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.
    4142
    4243'''Example''' - to classify isolated points