Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/cuda/features/include/pcl/cuda/features/normal_3d_kernels.h>
Public Types | |
using | CloudConstPtr = typename PointCloudAOS< Storage >::ConstPtr |
Public Member Functions | |
NormalEstimationKernel (const typename PointCloudAOS< Storage >::ConstPtr &input, float focallength, float sqr_radius, float sqrt_desired_nr_neighbors) | |
__host__ __device__ float4 | operator() (float3 query_pt) |
Public Attributes | |
const PointXYZRGB * | points_ |
float | focallength_ |
OrganizedRadiusSearch< CloudConstPtr > | search_ |
float | sqr_radius_ |
float | sqrt_desired_nr_neighbors_ |
Definition at line 50 of file normal_3d_kernels.h.
using pcl::cuda::NormalEstimationKernel< Storage >::CloudConstPtr = typename PointCloudAOS<Storage>::ConstPtr |
Definition at line 52 of file normal_3d_kernels.h.
|
inline |
Definition at line 53 of file normal_3d_kernels.h.
|
inline |
Definition at line 62 of file normal_3d_kernels.h.
References pcl::cuda::OrganizedRadiusSearch< CloudPtr >::computeCovarianceOnline(), pcl::cuda::CovarianceMatrix::data, pcl::cuda::eigen33(), pcl::cuda::NormalEstimationKernel< Storage >::search_, and pcl::cuda::NormalEstimationKernel< Storage >::sqrt_desired_nr_neighbors_.
float pcl::cuda::NormalEstimationKernel< Storage >::focallength_ |
Definition at line 91 of file normal_3d_kernels.h.
const PointXYZRGB* pcl::cuda::NormalEstimationKernel< Storage >::points_ |
Definition at line 90 of file normal_3d_kernels.h.
OrganizedRadiusSearch<CloudConstPtr> pcl::cuda::NormalEstimationKernel< Storage >::search_ |
Definition at line 92 of file normal_3d_kernels.h.
Referenced by pcl::cuda::NormalEstimationKernel< Storage >::operator()().
float pcl::cuda::NormalEstimationKernel< Storage >::sqr_radius_ |
Definition at line 93 of file normal_3d_kernels.h.
float pcl::cuda::NormalEstimationKernel< Storage >::sqrt_desired_nr_neighbors_ |
Definition at line 94 of file normal_3d_kernels.h.
Referenced by pcl::cuda::NormalEstimationKernel< Storage >::operator()().