Check if a certain tuple is a point inlier.
More...
#include </__w/1/s/cuda/sample_consensus/include/pcl/cuda/sample_consensus/sac_model_1point_plane.h>
|
| | 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) |
| |
Check if a certain tuple is a point inlier.
Definition at line 50 of file sac_model_1point_plane.h.
◆ CountPlanarInlier() [1/2]
| pcl::cuda::CountPlanarInlier::CountPlanarInlier |
( |
float4 |
coeff, |
|
|
float |
thresh |
|
) |
| |
|
inline |
◆ CountPlanarInlier() [2/2]
| pcl::cuda::CountPlanarInlier::CountPlanarInlier |
( |
float4 |
coeff, |
|
|
float |
thresh |
|
) |
| |
|
inline |
◆ operator()() [1/2]
template<typename Tuple >
| __inline__ __host__ __device__ bool pcl::cuda::CountPlanarInlier::operator() |
( |
const Tuple & |
t | ) |
|
◆ operator()() [2/2]
template<typename Tuple >
| __inline__ __host__ __device__ bool pcl::cuda::CountPlanarInlier::operator() |
( |
const Tuple & |
t | ) |
|
◆ coefficients
| float4 pcl::cuda::CountPlanarInlier::coefficients |
◆ threshold
| float pcl::cuda::CountPlanarInlier::threshold |
The documentation for this struct was generated from the following files: