Point Cloud
A set of points in 3D space generated by a LiDAR, each point having coordinates (x, y, z) and sometimes intensity or color. The point cloud is the raw data produced by the sensor, before any processing such as classification, segmentation or 3D reconstruction.
PTP (Precision Time Protocol)
IEEE 1588 time synchronization protocol used to precisely align data from multiple LiDAR sensors with each other or with other sensors (IMU, camera, GNSS). Accuracy reaches microseconds, essential for sensor fusion in robotics and autonomous vehicles.
Point Density (Points per Square Meter)
Number of LiDAR points per square meter on a scanned surface. Depends on range, angular resolution, refresh rate and carrier speed. For mobile mapping, aim for 100-500 pts/m². For infrastructure inspection, 1000+ pts/m². Insufficient density makes detection of fine objects impossible.
Point Cloud Classification
The process of automatically labeling points in a cloud into categories (ground, building, vegetation, vehicle, pedestrian, etc.). Uses machine learning or deep learning algorithms (PointNet, RandLA-Net, KPConv). Essential for autonomous navigation, mapping and scene analysis.
Point Cloud Segmentation
Division of a point cloud into distinct regions or objects (instance segmentation) or semantic categories (semantic segmentation). Not to be confused with classification: segmentation identifies groups of points belonging to the same object (e.g., this vehicle, this pedestrian).
Point Cloud Formats (PCD, LAS, LAZ, PLY)
Main file formats for storing LiDAR point clouds. PCD (Point Cloud Library): ROS format, simple, open. LAS/LAZ: geospatial industry standard, with classification, return, intensity. PLY: polygonal format, used for 3D meshes and export. E57: exchange format for 3D data with images. Format choice depends on application (ROS → PCD, geomatics → LAZ, visualization → PLY).
Precision vs Accuracy
Precision measures repeatability: if the same distance is measured 100 times, are the values close to each other? Accuracy measures error relative to the true value. A LiDAR can be precise (low noise) without being accurate (5 cm systematic offset). Datasheets usually state accuracy (e.g., ±2 cm at 50 m).