Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::cuda::CheckPlanarInlierKinectNormalIndices Struct Reference

Check if a certain tuple is a point inlier. More...

#include </build/reproducible-path/pcl-1.15.1+dfsg/cuda/sample_consensus/include/pcl/cuda/sample_consensus/sac_model_1point_plane.h>

Public Member Functions

 CheckPlanarInlierKinectNormalIndices (float4 coeff, float thresh, float angle_thresh)
template<typename Tuple>
__inline__ __host__ __device__ int operator() (const Tuple &t, const int &idx)

Public Attributes

float4 coefficients
float threshold
float angle_threshold

Detailed Description

Check if a certain tuple is a point inlier.

Definition at line 108 of file sac_model_1point_plane.h.

Constructor & Destructor Documentation

◆ CheckPlanarInlierKinectNormalIndices()

pcl::cuda::CheckPlanarInlierKinectNormalIndices::CheckPlanarInlierKinectNormalIndices ( float4 coeff,
float thresh,
float angle_thresh )
inline

Definition at line 114 of file sac_model_1point_plane.h.

References angle_threshold, coefficients, and threshold.

Member Function Documentation

◆ operator()()

template<typename Tuple>
__inline__ __host__ __device__ int pcl::cuda::CheckPlanarInlierKinectNormalIndices::operator() ( const Tuple & t,
const int & idx )

Member Data Documentation

◆ angle_threshold

float pcl::cuda::CheckPlanarInlierKinectNormalIndices::angle_threshold

Definition at line 112 of file sac_model_1point_plane.h.

Referenced by CheckPlanarInlierKinectNormalIndices().

◆ coefficients

float4 pcl::cuda::CheckPlanarInlierKinectNormalIndices::coefficients

Definition at line 110 of file sac_model_1point_plane.h.

Referenced by CheckPlanarInlierKinectNormalIndices().

◆ threshold

float pcl::cuda::CheckPlanarInlierKinectNormalIndices::threshold

Definition at line 111 of file sac_model_1point_plane.h.

Referenced by CheckPlanarInlierKinectNormalIndices().


The documentation for this struct was generated from the following file: