File: io.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 (83 lines) | stat: -rw-r--r-- 3,005 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Input and Output Tutorials
==========================

The PCD (Point Cloud Data) file format
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This document describes the PCD file format, and the way it is used inside PCL.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


Reading Point Cloud data from PCD files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to read a Point Cloud from a PCD file.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


Writing Point Cloud data to PCD files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to write a Point Cloud to a PCD file.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


Concatenate the points of two Point Clouds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to concatenate both the fields and the point data of two Point Clouds. When concatenating fields, one PointClouds contains only XYZ data, and the other contains Surface Normal information.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


The OpenNI Grabber Framework in PCL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to acquire point cloud data from an OpenNI camera.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


The Velodyne High Definition LiDAR (HDL) Grabber
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to acquire point cloud data from a Velodyne HDL.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


The PCL Dinast Grabber Framework
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to acquire point cloud data from a Dinast camera.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


Grabbing point clouds from Ensenso cameras
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to acquire point cloud data from an IDS-Imaging Ensenso camera.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


Grabbing point clouds / meshes from davidSDK scanners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to acquire point cloud or mesh data from a davidSDK scanner.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None


Grabbing point clouds from DepthSense cameras
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial we will learn how to setup and use DepthSense cameras within PCL on both Linux and Windows platforms.

* `Original <http://pointclouds.org/documentation/tutorials/how_features_work.php>`_ \
* TestCode : None