Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Point cloud

From Wikipedia, the free encyclopedia
Set of data points in three-dimensional space
A point cloud image of atorus
Geo-referenced point cloud ofRed Rocks, Colorado (by DroneMapper)

Apoint cloud is adiscrete set of datapoints inspace. The points may represent a3D shape or object. Each pointposition has its set ofCartesian coordinates (X, Y, Z).[1][2] Points may contain data other than position such asRGB colors,[2]normals,[3]timestamps[4] and others. Point clouds are generally produced by3D scanners or byphotogrammetry 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 3Dcomputer-aided design (CAD) orgeographic information systems (GIS) models for manufactured parts, formetrology and quality inspection, and for a multitude of visualizing, animating, rendering, andmass customization applications.

Alignment and registration

[edit]
Main article:Point set registration

When scanning a scene in real world usingLidar, 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 termedpoint set registration.

TheIterative closest point (ICP) algorithm can be used to align two point clouds that have an overlap between them, and are separated by arigid transform.[5] Point clouds with elastic transforms can also be aligned by using a non-rigid variant of the ICP (NICP).[6] With advancements inmachine learning in recent years, point cloud registration may also be done usingend-to-endneural networks.[7]

For industrial metrology or inspection usingindustrial 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

[edit]
An example of a 1.2 billion data point cloud render ofBeit Ghazaleh, a heritage site in danger inAleppo (Syria)[8]
Generating or reconstructing 3D shapes from single or multi-viewdepth maps or silhouettes and visualizing them in dense point clouds[9]

While point clouds can be directly rendered and inspected,[10][11] point clouds are often converted topolygon mesh ortriangle 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.[12] Some approaches, likeDelaunay 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 avolumetricdistance field and reconstruct theimplicit surface so defined through amarching cubes algorithm.[13]

Ingeographic information systems, point clouds are one of the sources used to makedigital elevation model of the terrain.[14] They are also used to generate 3D models of urban environments.[15] Drones are often used to collect a series ofRGB 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.[citation needed]

Point clouds can also be used to represent volumetric data, as is sometimes done inmedical imaging. Using point clouds, multi-sampling anddata compression can be achieved.[16]

MPEG Point Cloud Compression

[edit]

MPEG began standardizing point cloud compression (PCC) with a Call for Proposal (CfP) in 2017.[17][18][19] 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)[20] for category 1 and category 3; andV-PCC (Video-based PCC, ISO/IEC 23090 part 5)[21] for category 2. The first test models were developed in October 2017, one forG-PCC (TMC13) and another one forV-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.[22]

See also

[edit]
  • 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
  • Point Set Processing inCGAL, the Computational Geometry Algorithms Library

References

[edit]
  1. ^"What are Point Clouds".Tech27.
  2. ^ab"What is a Point Cloud? - GIGABYTE Global".GIGABYTE. Retrieved2024-06-26.
  3. ^Simsangcheol (2023-02-21)."Estimate normals in Point Cloud".Medium. Retrieved2024-06-26.
  4. ^"Defra Data Services Platform".environment.data.gov.uk. Retrieved2024-06-26.
  5. ^"Continuous ICP (CICP)".www.cs.cmu.edu. Retrieved2024-06-26.
  6. ^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.
  7. ^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)
  8. ^English: Image from a very high precision 3D laser scanner survey (1.2 billion data points) of Beit Ghazaleh -- a heritage site in danger in Aleppo Syria. This was a collaborative scientific work for the study, safeguarding and emergency consolidation of remains of the structure., 2017-11-02, retrieved2018-06-11
  9. ^"Soltani, A. A., Huang, H., Wu, J., Kulkarni, T. D., & Tenenbaum, J. B. Synthesizing 3D Shapes via Modeling Multi-View Depth Maps and Silhouettes With Deep Generative Networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 1511-1519)".GitHub. 27 January 2022.
  10. ^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
  11. ^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
  12. ^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.
  13. ^Meshing Point Clouds A short tutorial on how to build surfaces from point clouds
  14. ^From Point Cloud to Grid DEM: A Scalable Approach
  15. ^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.
  16. ^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.
  17. ^"MPEG Point Cloud Compression". Retrieved2020-10-22.
  18. ^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.
  19. ^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.
  20. ^"ISO/IEC DIS 23090-9".ISO. Retrieved2020-06-07.
  21. ^"ISO/IEC DIS 23090-5".ISO. Retrieved2020-10-21.
  22. ^"Immersive Media Architectures | MPEG".mpeg.chiariglione.org. Retrieved2020-06-07.
International
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Point_cloud&oldid=1313290824"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp