#include <laser_processor.h>
Public Member Functions | |
void | addScan (sensor_msgs::LaserScan &scan, float treshhold) |
Background () | |
void | clear () |
bool | isSamplebelongstoBackgrond (Sample *s, float thresh) |
Private Attributes | |
float | angle_max |
float | angle_min |
SampleSet | backgr_data |
bool | filled |
uint32_t | size |
Definition at line 109 of file laser_processor.h.
laser_processor::Background::Background | ( | ) | [inline] |
Definition at line 119 of file laser_processor.h.
void Background::addScan | ( | sensor_msgs::LaserScan & | scan, |
float | treshhold | ||
) |
Definition at line 111 of file laser_processor.cpp.
void laser_processor::Background::clear | ( | void | ) | [inline] |
Definition at line 121 of file laser_processor.h.
bool Background::isSamplebelongstoBackgrond | ( | Sample * | s, |
float | thresh | ||
) |
Definition at line 206 of file laser_processor.cpp.
float laser_processor::Background::angle_max [private] |
Definition at line 115 of file laser_processor.h.
float laser_processor::Background::angle_min [private] |
Definition at line 114 of file laser_processor.h.
Definition at line 111 of file laser_processor.h.
bool laser_processor::Background::filled [private] |
Definition at line 113 of file laser_processor.h.
uint32_t laser_processor::Background::size [private] |
Definition at line 116 of file laser_processor.h.