|
|
#include <VisionX/components/pointcloud_processor/PointCloudSegmenter/LCCP_Segmenter.h>
Public Member Functions | |
| pcl::PointCloud< pcl::PointXYZL >::Ptr & | GetLabeledPointCloud (pcl::PointCloud< pcl::PointXYZRGBA >::Ptr &CloudPtr) |
| size_t | GetSuperVoxelClusterSize () |
| LCCPSegClass () | |
| void | UpdateParameters (float voxelRes, float seedRes, float colorImp, float spatialImp, float normalImp, float concavityThres, float smoothnessThes, uint32_t minSegSize) |
| ~LCCPSegClass () | |
Friends | |
| class | visionx::PointCloudSegmenter |
Definition at line 49 of file LCCP_Segmenter.h.
| LCCPSegClass | ( | ) |
Create variables needed for preparations
Default values of parameters before parsing
Parse Arguments needed for computation
Definition at line 27 of file LCCP_Segmenter.cpp.
| ~LCCPSegClass | ( | ) |
Definition at line 70 of file LCCP_Segmenter.cpp.
| pcl::PointCloud< pcl::PointXYZL >::Ptr & GetLabeledPointCloud | ( | pcl::PointCloud< pcl::PointXYZRGBA >::Ptr & | CloudPtr | ) |
Definition at line 77 of file LCCP_Segmenter.cpp.
|
inline |
Definition at line 99 of file LCCP_Segmenter.h.
| void UpdateParameters | ( | float | voxelRes, |
| float | seedRes, | ||
| float | colorImp, | ||
| float | spatialImp, | ||
| float | normalImp, | ||
| float | concavityThres, | ||
| float | smoothnessThes, | ||
| uint32_t | minSegSize ) |
Definition at line 175 of file LCCP_Segmenter.cpp.
|
friend |
Definition at line 52 of file LCCP_Segmenter.h.