Changes between Version 4 and Version 5 of Processing/LidarNoisyPoints
- Timestamp:
- Feb 22, 2012, 11:10:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarNoisyPoints
v4 v5 1 1 = Post Processing LiDAR Point Clouds= 2 2 3 The usual form of delivery of the processed LiDAR data is in the form of a point cloud. This takes one of two forms; [ linkASCII text files] or binary [http://www.asprs.org/Committee-General/LASer-LAS-File-Format-Exchange-Activities.html LAS] files. The point clouds contain all the LiDAR data as vectors, a list of individual points, rather than as rasterised data.3 The usual form of delivery of the processed LiDAR data is in the form of a point cloud. This takes one of two forms; [http://arsf-dan.nerc.ac.uk/trac/wiki/FAQ/lidarasciiformat ASCII text files] or binary [http://www.asprs.org/Committee-General/LASer-LAS-File-Format-Exchange-Activities.html LAS] files. The point clouds contain all the LiDAR data as vectors, a list of individual points, rather than as rasterised data. 4 4 5 5 == Removing Noise Points ==