File: GPU.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 (28 lines) | stat: -rw-r--r-- 1,022 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
GPU Tutorials
=============


Configuring your PC to use your Nvidia GPU with PCL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial explains how to configure PCL to use with a Nvidia GPU

* `Original <http://pointclouds.org/documentation/tutorials/gpu_install.php#gpu-install>`_ \
* TestCode : None


Using Kinfu Large Scale to generate a textured mesh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial demonstrates how to use KinFu Large Scale to produce a mesh from a room, and apply texture information in post-processing for a more appealing visual result.

* `Original <http://pointclouds.org/documentation/tutorials/using_kinfu_large_scale.php#using-kinfu-large-scale>`_ \
* TestCode : None


Detecting people and their poses using PointCloud Library
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial presents a method for people and pose detection.

* `Original <http://pointclouds.org/documentation/tutorials/gpu_people.php#gpu-people>`_ \
* TestCode : None