File: overview.rst

package info (click to toggle)
python-pcl 0.3.0~rc1%2Bdfsg-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,828 kB
  • sloc: python: 3,094; cpp: 283; makefile: 181; sh: 24; ansic: 12
file content (26 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.. _overview:

python-pcl Overview
=============

.. module:: python-pcl

`python-pcl <https://github.com/strawlab/python-pcl>`_ is an implementation of PointCloudLibrary-compatible.
interface.

The following is a brief overview of supported subset of PointCloudLibrary interface:

- `filters <http://docs.pointclouds.org/trunk/group__filters.html>`_
- `features <http://docs.pointclouds.org/trunk/group__features.html>`_
- `keypoints <http://docs.pointclouds.org/trunk/group__keypoints.html>`_
- `registration <http://docs.pointclouds.org/trunk/group__registration.html>`_
- `kdtree <http://docs.pointclouds.org/trunk/group__kdtree.html>`_
- `octree <http://docs.pointclouds.org/trunk/group__octree.html>`_
- `segmentation <http://docs.pointclouds.org/trunk/group__segmentation.html>`_
- `sample_consensus <http://docs.pointclouds.org/trunk/group__sample__consensus.html>`_
- `surface <http://docs.pointclouds.org/trunk/group__surface.html>`_
- `recognition <http://docs.pointclouds.org/trunk/group__recognition.html>`_
- `io <http://docs.pointclouds.org/trunk/group__io.html>`_
- `visualization <http://docs.pointclouds.org/trunk/group__visualization.html>`_