|
Point Cloud Library (PCL) 1.12.1
|
** More...
#include </home/lkp/rpmbuild/BUILD/pcl-pcl-1.12.1/gpu/features/include/pcl/gpu/features/features.hpp>
Inheritance diagram for pcl::gpu::SpinImageEstimation:
Collaboration diagram for pcl::gpu::SpinImageEstimation:Public Types | |
| using | SpinImage = Histogram<153> |
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> |
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 259 of file features.hpp.
| pcl::gpu::SpinImageEstimation::SpinImageEstimation | ( | unsigned int | image_width = 8, |
| double | support_angle_cos = 0.0, | ||
| unsigned int | min_pts_neighb = 0 ) |
| void pcl::gpu::SpinImageEstimation::compute | ( | DeviceArray2D< SpinImage > & | features, |
| DeviceArray< unsigned char > & | mask ) |
| void pcl::gpu::SpinImageEstimation::setInputWithNormals | ( | const PointCloud & | input, |
| const Normals & | normals ) |
| void pcl::gpu::SpinImageEstimation::setRotationAxis | ( | const NormalType & | axis | ) |
| void pcl::gpu::SpinImageEstimation::setSearchSurfaceWithNormals | ( | const PointCloud & | surface, |
| const Normals & | normals ) |
| void pcl::gpu::SpinImageEstimation::useNormalsAsRotationAxis | ( | ) |