pointcloudset
0.11.1

Tutorial

  • Usage of Package
  • Working with the whole Dataset
  • Working with a PointCloud
  • Plane segmenation, Clustering and Overlaying Several Plots
  • Applying Functions to the whole Dataset
  • Working with LAS and PCD Files
  • Combining them to a pointcloudset dataset
  • Exporting of Las
  • Use Kitti Dataset

Convert ROS 1 and ROS 2 files

  • pointcloudset CLI

Contribute

  • How to Contribute
  • Getting started
  • Guidelines
  • Support

Python API

  • How to read the API documentation
  • pointcloudset package
    • pointcloudset.diff package
    • pointcloudset.filter package
    • pointcloudset.geometry package
    • pointcloudset.io package
      • pointcloudset.io.dataset package
      • pointcloudset.io.pointcloud package
    • pointcloudset.pipeline package
    • pointcloudset.plot package
    • pointcloudset.config module
    • pointcloudset.dataset module
    • pointcloudset.dataset_core module
    • pointcloudset.pointcloud module
    • pointcloudset.pointcloud_core module

Changelog

  • Changelog
pointcloudset
  • »
  • pointcloudset package »
  • pointcloudset.io package
  • View page source
Next Previous

pointcloudset.io package¶

Functions for file input and output.

Subpackages¶

  • pointcloudset.io.dataset package
    • Submodules
      • pointcloudset.io.dataset.dir module
        • dataset_to_dir()
        • dataset_from_dir()
      • pointcloudset.io.dataset.pointcloud module
        • dataset_from_pointclouds()
      • pointcloudset.io.dataset.ros module
        • dataset_from_ros()
  • pointcloudset.io.pointcloud package
    • Submodules
      • pointcloudset.io.pointcloud.csv module
        • write_csv()
      • pointcloudset.io.pointcloud.las module
        • write_las()
      • pointcloudset.io.pointcloud.open3d module
        • from_open3d()
        • to_open3d()
      • pointcloudset.io.pointcloud.pandas module
        • from_dataframe()
        • to_dataframe()
      • pointcloudset.io.pointcloud.pyntcloud module
        • from_pyntcloud()
        • to_pyntcloud()
Next Previous

© Copyright VIRTUAL VEHICLE Research GmbH.

Built with Sphinx using a theme provided by Read the Docs.