#include <region_growing_segmentation.h>
|
typedef jsk_pcl_ros::RegionGrowingSegmentationConfig | Config |
|
◆ Config
◆ configCallback()
void jsk_pcl_ros::RegionGrowingSegmentation::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protectedvirtual |
◆ onInit()
void jsk_pcl_ros::RegionGrowingSegmentation::onInit |
( |
| ) |
|
|
privatevirtual |
◆ segment()
void jsk_pcl_ros::RegionGrowingSegmentation::segment |
( |
const sensor_msgs::PointCloud2::ConstPtr & |
msg | ) |
|
|
protectedvirtual |
◆ subscribe()
void jsk_pcl_ros::RegionGrowingSegmentation::subscribe |
( |
| ) |
|
|
protectedvirtual |
◆ unsubscribe()
void jsk_pcl_ros::RegionGrowingSegmentation::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
◆ curvature_threshold_
double jsk_pcl_ros::RegionGrowingSegmentation::curvature_threshold_ |
|
protected |
◆ max_size_
int jsk_pcl_ros::RegionGrowingSegmentation::max_size_ |
|
protected |
◆ min_size_
int jsk_pcl_ros::RegionGrowingSegmentation::min_size_ |
|
protected |
◆ mutex_
◆ number_of_neighbors_
int jsk_pcl_ros::RegionGrowingSegmentation::number_of_neighbors_ |
|
protected |
◆ pub_
◆ smoothness_threshold_
double jsk_pcl_ros::RegionGrowingSegmentation::smoothness_threshold_ |
|
protected |
◆ srv_
◆ sub_
The documentation for this class was generated from the following files: