Point Cloud Library (PCL)
1.14.1-dev
|
** More...
#include </__w/1/s/gpu/features/include/pcl/gpu/features/features.hpp>
Public Types | |
using | PointType = PointXYZ |
Public Types inherited from pcl::gpu::Feature | |
using | PointType = PointXYZ |
using | NormalType = PointXYZ |
using | PointCloud = DeviceArray< PointType > |
using | Normals = DeviceArray< NormalType > |
using | Indices = DeviceArray< int > |
Public Member Functions | |
void | compute (DeviceArray< PPFRGBSignature > &features) |
Public Member Functions inherited from pcl::gpu::FeatureFromNormals | |
void | setInputNormals (const Normals &normals) |
Public Member Functions inherited from pcl::gpu::Feature | |
Feature () | |
void | setInputCloud (const PointCloud &cloud) |
void | setSearchSurface (const PointCloud &surface) |
void | setIndices (const Indices &indices) |
void | setRadiusSearch (float radius, int max_results) |
Additional Inherited Members | |
Protected Attributes inherited from pcl::gpu::FeatureFromNormals | |
Normals | normals_ |
Protected Attributes inherited from pcl::gpu::Feature | |
PointCloud | cloud_ |
PointCloud | surface_ |
Indices | indices_ |
float | radius_ |
int | max_results_ |
Octree | octree_ |
Definition at line 174 of file features.hpp.
void pcl::gpu::PPFRGBEstimation::compute | ( | DeviceArray< PPFRGBSignature > & | features | ) |