|
Point Cloud Library (PCL) 1.15.0
|
Check if a certain tuple is a point inlier. More...
Public Member Functions | |
| CountPlanarInlier (float4 coeff, float thresh) | |
| template<typename Tuple> | |
| __inline__ __host__ __device__ bool | operator() (const Tuple &t) |
| CountPlanarInlier (float4 coeff, float thresh) | |
| template<typename Tuple> | |
| __inline__ __host__ __device__ bool | operator() (const Tuple &t) |
Public Attributes | |
| float4 | coefficients |
| float | threshold |
Check if a certain tuple is a point inlier.
Definition at line 50 of file sac_model_1point_plane.h.
|
inline |
Definition at line 55 of file sac_model_1point_plane.h.
References coefficients, and threshold.
|
inline |
Definition at line 54 of file sac_model_plane.h.
References coefficients, and threshold.
| __inline__ __host__ __device__ bool pcl::cuda::CountPlanarInlier::operator() | ( | const Tuple & | t | ) |
| __inline__ __host__ __device__ bool pcl::cuda::CountPlanarInlier::operator() | ( | const Tuple & | t | ) |
| float4 pcl::cuda::CountPlanarInlier::coefficients |
Definition at line 52 of file sac_model_1point_plane.h.
Referenced by CountPlanarInlier().
| float pcl::cuda::CountPlanarInlier::threshold |
Definition at line 53 of file sac_model_1point_plane.h.
Referenced by CountPlanarInlier().