|
ground_segmentation 1.0
Ground segmentation in pointcloud
|
nanoflann adaptor for PCL point clouds. More...
#include <ground_detection.hpp>
Public Types | |
| typedef pcl::PointCloud< PointT > | PointCloudType |
Public Member Functions | |
| PCLPointCloudAdaptor (PointCloudType &cloud) | |
| size_t | kdtree_get_point_count () const |
| double | kdtree_get_pt (const size_t idx, const size_t dim) const |
| template<class BBOX > | |
| bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
| PointCloudType & | cloud |
nanoflann adaptor for PCL point clouds.
Allows fast KD-tree construction without copying data.
| PointT | PCL point type |
Definition at line 34 of file ground_detection.hpp.
| typedef pcl::PointCloud<PointT> ground_segmentation::PCLPointCloudAdaptor< PointT >::PointCloudType |
Definition at line 36 of file ground_detection.hpp.
|
inline |
Definition at line 40 of file ground_detection.hpp.
|
inline |
Definition at line 56 of file ground_detection.hpp.
|
inline |
Definition at line 44 of file ground_detection.hpp.
References ground_segmentation::PCLPointCloudAdaptor< PointT >::cloud.
|
inline |
Definition at line 47 of file ground_detection.hpp.
References ground_segmentation::PCLPointCloudAdaptor< PointT >::cloud.
| PointCloudType& ground_segmentation::PCLPointCloudAdaptor< PointT >::cloud |
Definition at line 38 of file ground_detection.hpp.
Referenced by ground_segmentation::PCLPointCloudAdaptor< PointT >::kdtree_get_point_count(), and ground_segmentation::PCLPointCloudAdaptor< PointT >::kdtree_get_pt().