Import, Export, and Visualization
The toolbox enables you to import and visualize point cloud data in MATLAB®. You can read data from various file formats, such as PLY, PCD, LAS, LAZ, E57, Ibeo data container, Velodyne® PCAP, Ouster® PCAP, and Hesai® PCAP.
To process large point cloud data that might not fit into memory, you can use the
blockedPointCloud
object to represent the point cloud as a collection of
smaller blocks and process each one independently.
You can also export processed data to the PLY, PCD, LAS, and LAZ file formats. To learn how to work with lidar data, see Read, Process, and Write Lidar Point Cloud Data.
Apps
Lidar Viewer | Visualize and analyze lidar data (Since R2021b) |
Functions
Topics
- Introduction to Lidar
High-level overview of lidar concepts and applications.
- Coordinate Systems in Lidar Toolbox
Overview of coordinate systems in Lidar Toolbox™.
- What Are Organized and Unorganized Point Clouds?
Define unorganized and organized point clouds and how to convert the former to latter.