Planar and Spherical Projections of a Point Cloud (Using Open3D)

<p>A point cloud is a collection of points in 3-dimensional coordinate space represented by x, y, and z axes. These points may just form a geometric shape or more complex structures such as a 3-dimensional representation of the real world. Various libraries, even with open-sources, such as the&nbsp;<a href="http://pointclouds.org/" rel="noopener ugc nofollow" target="_blank">Point Cloud Library (PCL)</a>&nbsp;and Intel&rsquo;s&nbsp;<a href="http://www.open3d.org/" rel="noopener ugc nofollow" target="_blank">Open3D</a>, provide native datatype for a point cloud. These libraries not only allow simple geometric transformations of the cloud but also provide sophisticated functionalities such as the reconstruction of a 3D scene from various images.</p> <p>However, this article discusses a simple geometric approach to achieve the reverse of 3D reconstruction, i.e generate an image from a point cloud. We will also see how to project the point cloud onto other non-planar geometries such as a sphere. Hence, our objective is the following</p> <p><a href="https://blog.ekbana.com/planar-and-spherical-projections-of-a-point-cloud-d796db76563e"><strong>Learn More</strong></a></p>