File: rangeImage.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 (19 lines) | stat: -rw-r--r-- 774 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
RangeImage Tutorials
====================

How to create a range image from a point cloud
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial demonstrates how to create a range image from a point cloud and a given sensor position.

* `Original <http://pointclouds.org/documentation/tutorials/range_image_creation.php#range-image-creation>`_ \
* TestCode : None


How to extract borders from range images
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial demonstrates how to extract borders (traversals from foreground to background) from a range image.

* `Original <http://pointclouds.org/documentation/tutorials/range_image_border_extraction.php#range-image-border-extraction>`_ \
* TestCode : examples/official/RangeImage/range_image_border_extraction.py