Point Cloud Processing
Point Cloud Processing pipeline includes data preparation, segmentation and classification. Point clouds can be generated from different sources, for example they can generated from 3D surfaces of a CAD model, or even from RGB-D images. For more general information about point clouds see this page. In the following, more technical aspects of point clouds will be discussed.
A point cloud data (PCD) of a geometric object, is a set of points where each point is represented by its 3D coordinates as:
Last updated