RGSegClass Class Reference

#include <VisionX/components/pointcloud_processor/PointCloudSegmenter/RG_Segmenter.h>

Public Member Functions

pcl::PointCloud< pcl::PointXYZRGBA >::Ptr & ApplyRegionGrowingSegmentation (pcl::PointCloud< pcl::PointXYZRGBA >::Ptr &CloudPtr)
 
 RGSegClass ()
 
void UpdateRegionGrowingSegmentationParameters (float SmoothnessThres, float CurvatureThres)
 

Detailed Description

Definition at line 38 of file RG_Segmenter.h.

Constructor & Destructor Documentation

◆ RGSegClass()

Create variables needed for preparations

Definition at line 27 of file RG_Segmenter.cpp.

Member Function Documentation

◆ ApplyRegionGrowingSegmentation()

pcl::PointCloud< pcl::PointXYZRGBA >::Ptr & ApplyRegionGrowingSegmentation ( pcl::PointCloud< pcl::PointXYZRGBA >::Ptr &  CloudPtr)

Definition at line 39 of file RG_Segmenter.cpp.

+ Here is the caller graph for this function:

◆ UpdateRegionGrowingSegmentationParameters()

void UpdateRegionGrowingSegmentationParameters ( float  SmoothnessThres,
float  CurvatureThres 
)

Definition at line 90 of file RG_Segmenter.cpp.

+ Here is the caller graph for this function:

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