Changes between Version 22 and Version 23 of Processing/LidarClassification


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v22 v23  
    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:
     32                                i<a  intensity less than a (i.e. do not classify points with intensity less than a)
     33                                i>b  intensity greater than b (i.e. do not classify points with intensity greater than b)
     34                                e<c  elevation (z) less than c
     35                                e>d  elevation (z) greater than d
    3136
    3237method flags