ed_sensor_integration
polygon_height_alm.h
Go to the documentation of this file.
1 #ifndef ed_sensor_integration_kinect_polygon_height_alm_h_
2 #define ed_sensor_integration_kinect_polygon_height_alm_h_
3 
5 
6 #include <ros/publisher.h>
7 
8 namespace edKinect
9 {
10 
12 {
13 
14 public:
15 
17 
18  void process(const ed::RGBDData& rgbd_data,
19  ed::PointCloudMaskPtr& not_associated_mask,
20  const ed::WorldModel& world_model,
22 
24 
25 protected:
26 
28  double tolerance_;
30  float max_range_;
31 
32 };
33 
34 }
35 
36 #endif
edKinect
Definition: point_normal_alm.h:10
ed::UpdateRequest
edKinect::RGBDALModule
Definition: rgbd_al_module.h:20
edKinect::PolygonHeightALM
Definition: polygon_height_alm.h:11
edKinect::PolygonHeightALM::tolerance_
double tolerance_
Tunable params.
Definition: polygon_height_alm.h:28
edKinect::PolygonHeightALM::min_cluster_size_
int min_cluster_size_
Definition: polygon_height_alm.h:29
ed::RGBDData
tue::config::ReaderWriter
edKinect::PolygonHeightALM::configure
void configure(tue::Configuration config)
ed::PointCloudMaskPtr
pcl::IndicesPtr PointCloudMaskPtr
req
string req
rgbd_al_module.h
ed::WorldModel
edKinect::PolygonHeightALM::PolygonHeightALM
PolygonHeightALM()
edKinect::PolygonHeightALM::process
void process(const ed::RGBDData &rgbd_data, ed::PointCloudMaskPtr &not_associated_mask, const ed::WorldModel &world_model, ed::UpdateRequest &req)
edKinect::PolygonHeightALM::max_range_
float max_range_
Definition: polygon_height_alm.h:30
config
tue::config::ReaderWriter config