File: recognition.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,121 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
Recognition Tutorials
=====================


3D Object Recognition based on Correspondence Grouping
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial aims at explaining how to perform 3D Object Recognition based on the pcl_recognition module.

* `Original <http://pointclouds.org/documentation/tutorials/correspondence_grouping.php#correspondence-grouping>`_ \
* TestCode : None


Implicit Shape Model
~~~~~~~~~~~~~~~~~~~~
In this tutorial we will learn how the Implicit Shape Model algorithm works and how to use it for finding objects centers.

* `Original <http://pointclouds.org/documentation/tutorials/implicit_shape_model.php#implicit-shape-model>`_ \
* TestCode : None


Tutorial: Hypothesis Verification for 3D Object Recognition
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tutorial aims at explaining how to do 3D object recognition in clutter by verifying model hypotheses in cluttered and heavily occluded 3D scenes.

* `Original <http://pointclouds.org/documentation/tutorials/global_hypothesis_verification.php#global-hypothesis-verification>`_ \
* TestCode : None