File: keypoint.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 (11 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
KeyPoint Tutorials
==================

How to extract NARF keypoint from a range image
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial, we will learn how to extract NARF keypoints from a range image.

* `Original <http://pointclouds.org/documentation/tutorials/narf_keypoint_extraction.php#narf-keypoint-extraction>`_ \
* TestCode : examples/official/keypoints/narf_keypoint_extraction.py