|
ground_segmentation 1.0
Ground segmentation in pointcloud
|
#include <pointcloud_processor.hpp>
Public Member Functions | |
| pcl::PointCloud< PointT >::Ptr | filterCloud (typename pcl::PointCloud< PointT >::Ptr cloud, bool downSampleInputCloud, float filterRes, Eigen::Vector4f minPoint, Eigen::Vector4f maxPoint, bool invertCropBox) |
| std::vector< typename pcl::PointCloud< PointT >::Ptr > | euclideanClustering (typename pcl::PointCloud< PointT >::Ptr cloud, float clusterTolerance, int minSize, int maxSize) |
| void | savePcd (typename pcl::PointCloud< PointT >::Ptr cloud, std::string file) |
| pcl::PointCloud< PointT >::Ptr | loadPcd (std::string file) |
Definition at line 35 of file pointcloud_processor.hpp.
| std::vector< typename pcl::PointCloud< PointT >::Ptr > ground_segmentation::ProcessCloudProcessor< PointT >::euclideanClustering | ( | typename pcl::PointCloud< PointT >::Ptr | cloud, |
| float | clusterTolerance, | ||
| int | minSize, | ||
| int | maxSize | ||
| ) |
Definition at line 83 of file pointcloud_processor.hpp.
| pcl::PointCloud< PointT >::Ptr ground_segmentation::ProcessCloudProcessor< PointT >::filterCloud | ( | typename pcl::PointCloud< PointT >::Ptr | cloud, |
| bool | downSampleInputCloud, | ||
| float | filterRes, | ||
| Eigen::Vector4f | minPoint, | ||
| Eigen::Vector4f | maxPoint, | ||
| bool | invertCropBox | ||
| ) |
Definition at line 54 of file pointcloud_processor.hpp.
| pcl::PointCloud< PointT >::Ptr ground_segmentation::ProcessCloudProcessor< PointT >::loadPcd | ( | std::string | file | ) |
Definition at line 123 of file pointcloud_processor.hpp.
| void ground_segmentation::ProcessCloudProcessor< PointT >::savePcd | ( | typename pcl::PointCloud< PointT >::Ptr | cloud, |
| std::string | file | ||
| ) |
Definition at line 115 of file pointcloud_processor.hpp.