#include <background_substraction.h>
|
typedef jsk_perception::BackgroundSubstractionConfig | Config |
|
Definition at line 89 of file background_substraction.h.
◆ Config
◆ BackgroundSubstraction()
jsk_perception::BackgroundSubstraction::BackgroundSubstraction |
( |
| ) |
|
|
inline |
◆ configCallback()
void jsk_perception::BackgroundSubstraction::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protectedvirtual |
◆ onInit()
void jsk_perception::BackgroundSubstraction::onInit |
( |
| ) |
|
|
protectedvirtual |
◆ subscribe()
void jsk_perception::BackgroundSubstraction::subscribe |
( |
| ) |
|
|
protectedvirtual |
◆ substract()
void jsk_perception::BackgroundSubstraction::substract |
( |
const sensor_msgs::Image::ConstPtr & |
image_msg | ) |
|
|
protectedvirtual |
◆ unsubscribe()
void jsk_perception::BackgroundSubstraction::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
◆ background_ratio_
double jsk_perception::BackgroundSubstraction::background_ratio_ |
|
protected |
◆ bg_
cv::BackgroundSubtractorMOG2 jsk_perception::BackgroundSubstraction::bg_ |
|
protected |
◆ detect_shadows_
bool jsk_perception::BackgroundSubstraction::detect_shadows_ |
|
protected |
◆ image_pub_
◆ it_
◆ mutex_
boost::mutex jsk_perception::BackgroundSubstraction::mutex_ |
|
protected |
◆ nmixtures_
int jsk_perception::BackgroundSubstraction::nmixtures_ |
|
protected |
◆ srv_
◆ sub_
The documentation for this class was generated from the following files: