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