VTK
9.1.0
|
Reads LIDAR data saved using the LAS file format. More...
#include <vtkLASReader.h>
Reads LIDAR data saved using the LAS file format.
vtkLASReader is a source object that reads LIDAR data saved using the LAS file format. This reader uses the libLAS library. It produces a vtkPolyData with point data arrays: "intensity": vtkUnsignedShortArray "classification": vtkUnsignedCharArray (optional) "color": vtkUnsignedShortArray (optional)