pcl
latest

Tutorials:

  • Table of contents
  • Basic Usage
  • Advanced Usage
  • Features
  • Filtering
  • I/O
  • Keypoints
  • KdTree
  • Octree
  • Range Images
  • Recognition
  • Registration
  • Sample Consensus
  • Segmentation
  • Surface
  • Visualization
  • Applications
  • GPU

Advanced Topics:

  • Compiling PCL
  • Developing PCL code
  • Committing changes to the git master
  • Improving the PCL documentation
  • How to build a minimal example

API documentation:

  • Library API
pcl
  • Docs »
  • File feature_estimation.h
  • Edit on GitHub

File feature_estimation.h¶

↰ Parent directory (pcl\doc\tutorials\content\sources\iccv2011\include)

Contents

  • Definition (pcl\doc\tutorials\content\sources\iccv2011\include\feature_estimation.h)

  • Includes

  • Included By

  • Classes

  • Functions

Definition (pcl\doc\tutorials\content\sources\iccv2011\include\feature_estimation.h)¶

  • Program Listing for File feature_estimation.h

Includes¶

  • pcl/features/fpfh.h

  • pcl/features/normal_3d.h

  • pcl/features/vfh.h

  • pcl/io/io.h

  • pcl/keypoints/sift_keypoint.h

  • pcl/search/kdtree.h

  • typedefs.h (File typedefs.h)

Included By¶

  • File object_recognition.h

Classes¶

  • Struct ObjectFeatures

Functions¶

  • Function computeFeatures(const PointCloudPtr&)

  • Function computeGlobalDescriptor(const PointCloudPtr&, const SurfaceNormalsPtr&)

  • Function computeLocalDescriptors(const PointCloudPtr&, const SurfaceNormalsPtr&, const PointCloudPtr&, float)

  • Function detectKeypoints(const PointCloudPtr&, const SurfaceNormalsPtr&, float, int, int, float)

  • Function estimateSurfaceNormals(const PointCloudPtr&, float)


© Copyright 2019, open perception foundation Revision f5649757.

Built with Sphinx using a theme provided by Read the Docs.