Changes between Version 8 and Version 9 of Processing/LidarClassification
- Timestamp:
- Apr 8, 2010, 4:56:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v8 v9 27 27 optional flags 28 28 29 -fence minx miny maxx maxy Use a fence whose bounds are given by minx,miny maxx,maxy 30 31 method flags 32 29 33 -isolated x Run the isolated points algorithm using a distance of x metres 30 34 -above x Run the absolute elevation algorithm classifying points with elevation above x metres 31 35 -below x Run the absolute elevation algorithm classifying points with elevation below x metres 32 36 33 -fence minx miny maxx maxy Use a fence whose bounds are given by minx,miny maxx,maxy34 37 }}} 35 38