Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::cuda::CountPlanarInlier 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

 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

Detailed Description

Check if a certain tuple is a point inlier.

Definition at line 50 of file sac_model_1point_plane.h.

Constructor & Destructor Documentation

◆ CountPlanarInlier() [1/2]

pcl::cuda::CountPlanarInlier::CountPlanarInlier ( float4 coeff,
float thresh )
inline

Definition at line 55 of file sac_model_1point_plane.h.

References coefficients, and threshold.

◆ CountPlanarInlier() [2/2]

pcl::cuda::CountPlanarInlier::CountPlanarInlier ( float4 coeff,
float thresh )
inline

Definition at line 54 of file sac_model_plane.h.

References coefficients, and threshold.

Member Function Documentation

◆ 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)

Member Data Documentation

◆ coefficients

float4 pcl::cuda::CountPlanarInlier::coefficients

Definition at line 52 of file sac_model_1point_plane.h.

Referenced by CountPlanarInlier().

◆ threshold

float pcl::cuda::CountPlanarInlier::threshold

Definition at line 53 of file sac_model_1point_plane.h.

Referenced by CountPlanarInlier().


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