Point Cloud Library (PCL)
1.8.1
|
Check if a certain tuple is a point inlier. More...
Public Member Functions | |
CheckPlanarInlierIndices (float4 coeff, float thresh) | |
__inline__ __host__ __device__ int | operator() (const PointXYZRGB &pt, const int &idx) |
Public Attributes | |
float4 | coefficients |
float | threshold |
Check if a certain tuple is a point inlier.
Definition at line 95 of file sac_model_1point_plane.h.
|
inline |
Definition at line 100 of file sac_model_1point_plane.h.
References pcl::cuda::CountPlanarInlier::operator()().
__inline__ __host__ __device__ int pcl::cuda::CheckPlanarInlierIndices::operator() | ( | const PointXYZRGB & | pt, |
const int & | idx | ||
) |
float4 pcl::cuda::CheckPlanarInlierIndices::coefficients |
Definition at line 97 of file sac_model_1point_plane.h.
float pcl::cuda::CheckPlanarInlierIndices::threshold |
Definition at line 98 of file sac_model_1point_plane.h.