Changes between Version 10 and Version 11 of Processing/LidarClassification
- Timestamp:
- Apr 15, 2010, 11:46:35 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v10 v11 28 28 29 29 -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. 31 32 32 33 method flags … … 38 39 }}} 39 40 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.41 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. Any number of methods can be run through on the same command. 41 42 42 43 '''Example''' - to classify isolated points