File: application.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 (36 lines) | stat: -rw-r--r-- 1,629 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
Applications Tutorials
======================


Aligning object templates to a point cloud
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial gives an example of how some of the tools covered in the previous tutorials can be combined to solve a higher level problem - aligning a previously captured model of an object to some newly captured data.

* `Original <http://pointclouds.org/documentation/tutorials/template_alignment.php#template-alignment>`_ \
* TestCode : None


Cluster Recognition and 6DOF Pose Estimation using VFH descriptors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial we show how the Viewpoint Feature Histogram (VFH) descriptor can be used to recognize similar clusters in terms of their geometry.

* `Original <http://pointclouds.org/documentation/tutorials/vfh_recognition.php#vfh-recognition>`_ \
* TestCode : None


Point Cloud Streaming to Mobile Devices with Real-time Visualization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial describes how to send point cloud data over the network from a desktop server to a client running on a mobile device.

* `Original <http://pointclouds.org/documentation/tutorials/mobile_streaming.php#mobile-streaming>`_ \
* TestCode : None


Detecting people on a ground plane with RGB-D data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial presents a method for detecting people on a ground plane with RGB-D data.

* `Original <http://pointclouds.org/documentation/tutorials/ground_based_rgbd_people_detection.php#ground-based-rgbd-people-detection>`_ \
* TestCode : None