Point Cloud Library (PCL)
1.14.1-dev
|
Feature represents the base feature class. More...
#include </__w/1/s/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_ |
using pcl::gpu::Feature::Indices = DeviceArray<int> |
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.
using pcl::gpu::Feature::PointType = PointXYZ |
Definition at line 56 of file features.hpp.
pcl::gpu::Feature::Feature | ( | ) |
void pcl::gpu::Feature::setIndices | ( | const Indices & | indices | ) |
void pcl::gpu::Feature::setInputCloud | ( | const PointCloud & | cloud | ) |
void pcl::gpu::Feature::setRadiusSearch | ( | float | radius, |
int | max_results | ||
) |
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.