Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/cuda/features/include/pcl/cuda/features/normal_3d_kernels.h>
Public Member Functions | |
FastNormalEstimationKernel (const typename PointCloudAOS< Storage >::ConstPtr &input, int width, int height) | |
__host__ __device__ float4 | operator() (int idx) |
Public Attributes | |
const PointXYZRGB * | points_ |
int | width_ |
int | height_ |
Definition at line 98 of file normal_3d_kernels.h.
|
inline |
Definition at line 100 of file normal_3d_kernels.h.
|
inline |
int pcl::cuda::FastNormalEstimationKernel< Storage >::height_ |
Definition at line 152 of file normal_3d_kernels.h.
Referenced by pcl::cuda::FastNormalEstimationKernel< Storage >::operator()().
const PointXYZRGB* pcl::cuda::FastNormalEstimationKernel< Storage >::points_ |
Definition at line 150 of file normal_3d_kernels.h.
Referenced by pcl::cuda::FastNormalEstimationKernel< Storage >::operator()().
int pcl::cuda::FastNormalEstimationKernel< Storage >::width_ |
Definition at line 151 of file normal_3d_kernels.h.
Referenced by pcl::cuda::FastNormalEstimationKernel< Storage >::operator()().