|
Point Cloud Library (PCL) 1.15.1
|
Check if a certain tuple is a point inlier. More...
Public Member Functions | |
| CheckPlanarInlier (float4 coeff, float thresh) | |
| template<typename Tuple> | |
| __inline__ __host__ __device__ int | operator() (const Tuple &t) |
| CheckPlanarInlier (float4 coeff, float thresh) | |
| template<typename Tuple> | |
| __inline__ __host__ __device__ int | operator() (const Tuple &t) |
Public Attributes | |
| float4 | coefficients |
| float | threshold |
Check if a certain tuple is a point inlier.
Definition at line 80 of file sac_model_1point_plane.h.
|
inline |
Definition at line 85 of file sac_model_1point_plane.h.
References coefficients, and threshold.
|
inline |
Definition at line 68 of file sac_model_plane.h.
References coefficients, and threshold.
| __inline__ __host__ __device__ int pcl::cuda::CheckPlanarInlier::operator() | ( | const Tuple & | t | ) |
| __inline__ __host__ __device__ int pcl::cuda::CheckPlanarInlier::operator() | ( | const Tuple & | t | ) |
| float4 pcl::cuda::CheckPlanarInlier::coefficients |
Definition at line 82 of file sac_model_1point_plane.h.
Referenced by CheckPlanarInlier().
| float pcl::cuda::CheckPlanarInlier::threshold |
Definition at line 83 of file sac_model_1point_plane.h.
Referenced by CheckPlanarInlier().