How to read the API documentation¶
A Dataset consists of multiple PointCloud objects which form the two main classes of the package.
The main classes¶
Dataset: pointcloudset.dataset.Dataset
based on pointcloudset.dataset_core.DatasetCore
PointCloud: pointcloudset.pointcloud.PointCloud
based on pointcloudset.pointcloud_core.PointCloudCore
Modules¶
As a common user these Classes are enough to tackle most proplems. If you want to dive deeper or contribute to the package than you should have a look at the other modules.
- Datasets and PointCloud use the functions of the following modules:
For a more detailed documentation see the section below.