Point Cloud Library (PCL) 1.12.0
|
Feature represents the base feature class. More...
#include </builddir/build/BUILD/pcl-1.12.0/gpu/features/include/pcl/gpu/features/features.hpp>
Public Types | |
using | PointType = PointXYZ |
using | NormalType = PointXYZ |
using | PointCloud = DeviceArray<PointType> |
using | Normals = DeviceArray<NormalType> |
using | Indices = DeviceArray<int> |
Public Member Functions | |
Feature () | |
void | setInputCloud (const PointCloud &cloud) |
void | setSearchSurface (const PointCloud &surface) |
void | setIndices (const Indices &indices) |
void | setRadiusSearch (float radius, int max_results) |
Protected Attributes | |
PointCloud | cloud_ |
PointCloud | surface_ |
Indices | indices_ |
float | radius_ |
int | max_results_ |
Octree | octree_ |
Definition at line 61 of file features.hpp.
Definition at line 60 of file features.hpp.
Definition at line 57 of file features.hpp.
Definition at line 59 of file features.hpp.
Definition at line 56 of file features.hpp.
pcl::gpu::Feature::Feature | ( | ) |
void pcl::gpu::Feature::setInputCloud | ( | const PointCloud & | cloud | ) |
void pcl::gpu::Feature::setSearchSurface | ( | const PointCloud & | surface | ) |
|
protected |
Definition at line 70 of file features.hpp.
|
protected |
Definition at line 72 of file features.hpp.
|
protected |
Definition at line 74 of file features.hpp.
|
protected |
Definition at line 76 of file features.hpp.
|
protected |
Definition at line 73 of file features.hpp.
|
protected |
Definition at line 71 of file features.hpp.