Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Point cloud
Set of data points in three-dimensional space

A point cloud is a discrete set of data points in space. The points may represent a 3D shape or object. Each point position has its set of Cartesian coordinates (X, Y, Z). Points may contain data other than position such as RGB colors, normals, timestamps and others. Point clouds are generally produced by 3D scanners or by photogrammetry software, which measure many points on the external surfaces of objects around them. As the output of 3D scanning processes, point clouds are used for many purposes, including to create 3D computer-aided design (CAD) or geographic information systems (GIS) models for manufactured parts, for metrology and quality inspection, and for a multitude of visualizing, animating, rendering, and mass customization applications.

Related Image Collections Add Image
We don't have any YouTube videos related to Point cloud yet.
We don't have any PDF documents related to Point cloud yet.
We don't have any Books related to Point cloud yet.
We don't have any archived web articles related to Point cloud yet.

Alignment and registration

Main article: Point set registration

When scanning a scene in real world using Lidar, the captured point clouds contain snippets of the scene, which requires alignment to generate a full map of the scanned environment.

Point clouds are often aligned with 3D models or with other point clouds, a process termed point set registration.

The Iterative closest point (ICP) algorithm can be used to align two point clouds that have an overlap between them, and are separated by a rigid transform.6 Point clouds with elastic transforms can also be aligned by using a non-rigid variant of the ICP (NICP).7 With advancements in machine learning in recent years, point cloud registration may also be done using end-to-end neural networks.8

For industrial metrology or inspection using industrial computed tomography, the point cloud of a manufactured part can be aligned to an existing model and compared to check for differences. Geometric dimensions and tolerances can also be extracted directly from the point cloud.

Conversion to 3D surfaces

While point clouds can be directly rendered and inspected,910 point clouds are often converted to polygon mesh or triangle mesh models, non-uniform rational B-spline (NURBS) surface models, or CAD models through a process commonly referred to as surface reconstruction.

There are many techniques for converting a point cloud to a 3D surface.11 Some approaches, like Delaunay triangulation, alpha shapes, and ball pivoting, build a network of triangles over the existing vertices of the point cloud, while other approaches convert the point cloud into a volumetric distance field and reconstruct the implicit surface so defined through a marching cubes algorithm.12

In geographic information systems, point clouds are one of the sources used to make digital elevation model of the terrain.13 They are also used to generate 3D models of urban environments.14 Drones are often used to collect a series of RGB images which can be later processed on a computer vision algorithm platform such as on AgiSoft Photoscan, Pix4D, DroneDeploy or Hammer Missions to create RGB point clouds from where distances and volumetric estimations can be made.

Point clouds can also be used to represent volumetric data, as is sometimes done in medical imaging. Using point clouds, multi-sampling and data compression can be achieved.15

MPEG Point Cloud Compression

MPEG began standardizing point cloud compression (PCC) with a Call for Proposal (CfP) in 2017.161718 Three categories of point clouds were identified: category 1 for static point clouds, category 2 for dynamic point clouds, and category 3 for Lidar sequences (dynamically acquired point clouds). Two technologies were finally defined: G-PCC (Geometry-based PCC, ISO/IEC 23090 part 9)19 for category 1 and category 3; and V-PCC (Video-based PCC, ISO/IEC 23090 part 5)20 for category 2. The first test models were developed in October 2017, one for G-PCC (TMC13) and another one for V-PCC (TMC2). Since then, the two test models have evolved through technical contributions and collaboration, and the first version of the PCC standard specifications was expected to be finalized in 2020 as part of the ISO/IEC 23090 series on the coded representation of immersive media content.21

See also

  • Skand – Democratising spatial data
  • Euclideon – 3D graphics engine which makes use of a point cloud search algorithm to render images
  • MeshLab – open source tool to manage point clouds and convert them into 3D triangular meshes
  • CloudCompare – open source tool to view, edit, and process high density 3D point clouds
  • Point Cloud Library (PCL) – comprehensive BSD open source library for n-D point clouds and 3D geometry processing

References

  1. "What are Point Clouds". Tech27. https://tech27.com/resources/point-clouds/

  2. "What is a Point Cloud? - GIGABYTE Global". GIGABYTE. Retrieved 2024-06-26. https://www.gigabyte.com/Glossary/point-cloud

  3. "What is a Point Cloud? - GIGABYTE Global". GIGABYTE. Retrieved 2024-06-26. https://www.gigabyte.com/Glossary/point-cloud

  4. Simsangcheol (2023-02-21). "Estimate normals in Point Cloud". Medium. Retrieved 2024-06-26. https://medium.com/@sim30217/estimate-normals-in-point-cloud-eb3a4f9a2e85

  5. "Defra Data Services Platform". environment.data.gov.uk. Retrieved 2024-06-26. https://environment.data.gov.uk/dataset/094d4ec8-4c21-4aa6-817f-b7e45843c5e0

  6. "Continuous ICP (CICP)". www.cs.cmu.edu. Retrieved 2024-06-26. https://www.cs.cmu.edu/~halismai/cicp/

  7. Li, Hao; Sumner, Robert W.; Pauly, Mark (July 2008). "Global Correspondence Optimization for Non-Rigid Registration of Depth Scans". Computer Graphics Forum. 27 (5): 1421–1430. doi:10.1111/j.1467-8659.2008.01282.x. ISSN 0167-7055. https://onlinelibrary.wiley.com/doi/10.1111/j.1467-8659.2008.01282.x

  8. Lu, Weixin; Wan, Guowei; Zhou, Yao; Fu, Xiangyu; Yuan, Pengfei; Song, Shiyu (2019). "DeepVCP: An End-to-End Deep Neural Network for Point Cloud Registration": 12–21. {{cite journal}}: Cite journal requires |journal= (help) https://openaccess.thecvf.com/content_ICCV_2019/html/Lu_DeepVCP_An_End-to-End_Deep_Neural_Network_for_Point_Cloud_Registration_ICCV_2019_paper.html

  9. Levoy, M. and Whitted, T., "The use of points as a display primitive".. Technical Report 85-022, Computer Science Department, University of North Carolina at Chapel Hill, January, 1985 http://graphics.stanford.edu/papers/points

  10. Rusinkiewicz, S. and Levoy, M. 2000. QSplat: a multiresolution point rendering system for large meshes. In Siggraph 2000. ACM, New York, NY, 343–352. DOI= http://doi.acm.org/10.1145/344779.344940 http://doi.acm.org/10.1145/344779.344940

  11. Berger, M., Tagliasacchi, A., Seversky, L. M., Alliez, P., Guennebaud, G., Levine, J. A., Sharf, A. and Silva, C. T. (2016), A Survey of Surface Reconstruction from Point Clouds. Computer Graphics Forum. https://hal.inria.fr/hal-01348404v2/document

  12. Meshing Point Clouds A short tutorial on how to build surfaces from point clouds http://meshlabstuff.blogspot.com/2009/09/meshing-point-clouds.html

  13. From Point Cloud to Grid DEM: A Scalable Approach http://terrain.cs.duke.edu/pubs/lidar_interpolation.pdf

  14. K. Hammoudi, F. Dornaika, B. Soheilian, N. Paparoditis. Extracting Wire-frame Models of Street Facades from 3D Point Clouds and the Corresponding Cadastral Map. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences (IAPRS), vol. 38, part 3A, pp. 91–96, Saint-Mandé, France, 1–3 September 2010. http://www.isprs.org/proceedings/XXXVIII/part3/a/pdf/91_XXXVIII-part3A.pdf

  15. Sitek; et al. (2006). "Tomographic Reconstruction Using an Adaptive Tetrahedral Mesh Defined by a Point Cloud". IEEE Trans. Med. Imaging. 25 (9): 1172–9. doi:10.1109/TMI.2006.879319. PMID 16967802. S2CID 27545238. https://zenodo.org/record/1232253

  16. "MPEG Point Cloud Compression". Retrieved 2020-10-22. http://www.mpeg-pcc.org/

  17. Schwarz, Sebastian; Preda, Marius; Baroncini, Vittorio; Budagavi, Madhukar; Cesar, Pablo; Chou, Philip A.; Cohen, Robert A.; Krivokuća, Maja; Lasserre, Sébastien; Li, Zhu; Llach, Joan; Mammou, Khaled; Mekuria, Rufael; Krivokuća, Maja; Nakagami, Ohji; Siahaan, Ernestasia; Tabatabai, Ali; Tourapis, Alexis M.; Zakharchenko, Vladyslav (2018-12-10). "Emerging MPEG Standards for Point Cloud Compression". IEEE Journal on Emerging and Selected Topics in Circuits and Systems. 9 (1): 133–148. doi:10.1109/JETCAS.2018.2885981. https://doi.org/10.1109%2FJETCAS.2018.2885981

  18. Graziosi, Danillo; Nakagami, Ohji; Kuma, Satoru; Zaghetto, Alexandre; Suzuki, Teruhiko; Tabatabai, Ali (2020-04-03). "An overview of ongoing point cloud compression standardization activities: video-based (V-PCC) and geometry-based (G-PCC)". APSIPA Transactions on Signal and Information Processing. 9: 1–17. doi:10.1017/ATSIP.2020.12. https://doi.org/10.1017%2FATSIP.2020.12

  19. "ISO/IEC DIS 23090-9". ISO. Retrieved 2020-06-07. https://www.iso.org/cms/render/live/en/sites/isoorg/contents/data/standard/07/89/78990.html

  20. "ISO/IEC DIS 23090-5". ISO. Retrieved 2020-10-21. https://www.iso.org/standard/73025.html

  21. "Immersive Media Architectures | MPEG". mpeg.chiariglione.org. Retrieved 2020-06-07. https://mpeg.chiariglione.org/standards/mpeg-i/immersive-media-architectures