Changes between Version 23 and Version 24 of Processing/LidarClassification


Ignore:
Timestamp:
Feb 9, 2011, 2:26:11 PM (13 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v23 v24  
    2929 -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
    3030                             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):
    3232                                i<a  intensity less than a (i.e. do not classify points with intensity less than a)
    3333                                i>b  intensity greater than b (i.e. do not classify points with intensity greater than b)