Changes between Version 24 and Version 25 of Processing/LidarClassification


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v24 v25  
    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 (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:
    3233                                i<a  intensity less than a (i.e. do not classify points with intensity less than a)
    3334                                i>b  intensity greater than b (i.e. do not classify points with intensity greater than b)