#include <single_channel_histogram.h>
Definition at line 86 of file single_channel_histogram.h.
◆ Config
◆ SyncPolicy
◆ SingleChannelHistogram()
jsk_perception::SingleChannelHistogram::SingleChannelHistogram |
( |
| ) |
|
|
inline |
◆ ~SingleChannelHistogram()
jsk_perception::SingleChannelHistogram::~SingleChannelHistogram |
( |
| ) |
|
|
virtual |
◆ compute() [1/2]
void jsk_perception::SingleChannelHistogram::compute |
( |
const sensor_msgs::Image::ConstPtr & |
msg | ) |
|
|
protectedvirtual |
◆ compute() [2/2]
void jsk_perception::SingleChannelHistogram::compute |
( |
const sensor_msgs::Image::ConstPtr & |
msg, |
|
|
const sensor_msgs::Image::ConstPtr & |
mask_msg |
|
) |
| |
|
protectedvirtual |
◆ configCallback()
void jsk_perception::SingleChannelHistogram::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protectedvirtual |
◆ onInit()
void jsk_perception::SingleChannelHistogram::onInit |
( |
| ) |
|
|
protectedvirtual |
◆ subscribe()
void jsk_perception::SingleChannelHistogram::subscribe |
( |
| ) |
|
|
protectedvirtual |
◆ unsubscribe()
void jsk_perception::SingleChannelHistogram::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
◆ hist_size_
int jsk_perception::SingleChannelHistogram::hist_size_ |
|
protected |
◆ max_value_
float jsk_perception::SingleChannelHistogram::max_value_ |
|
protected |
◆ min_value_
float jsk_perception::SingleChannelHistogram::min_value_ |
|
protected |
◆ mutex_
boost::mutex jsk_perception::SingleChannelHistogram::mutex_ |
|
protected |
◆ pub_
◆ srv_
◆ sub_
◆ sub_image_
◆ sub_mask_
◆ sync_
◆ use_mask_
bool jsk_perception::SingleChannelHistogram::use_mask_ |
|
protected |
The documentation for this class was generated from the following files: