Changes between Version 24 and Version 25 of Processing/LidarClassification
- Timestamp:
- Feb 9, 2011, 2:26:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v24 v25 29 29 -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 30 30 from the centre line to the edge. 31 -exclude "<macro>" Exclude points that conform to the given macro from being classified. Macro can be one or more of (separated by spaces): 31 -exclude "<macro>" Exclude points that conform to the given macro from being classified. Macro can be one or more of 32 the following separated by spaces: 32 33 i<a intensity less than a (i.e. do not classify points with intensity less than a) 33 34 i>b intensity greater than b (i.e. do not classify points with intensity greater than b)