#include <snake_segmentation.h>
|
typedef SnakeSegmentationConfig | Config |
|
Definition at line 79 of file snake_segmentation.h.
◆ Config
◆ SnakeSegmentation()
jsk_perception::SnakeSegmentation::SnakeSegmentation |
( |
| ) |
|
|
inline |
◆ configCallback()
void jsk_perception::SnakeSegmentation::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protectedvirtual |
◆ onInit()
void jsk_perception::SnakeSegmentation::onInit |
( |
| ) |
|
|
protectedvirtual |
◆ segment()
void jsk_perception::SnakeSegmentation::segment |
( |
const sensor_msgs::Image::ConstPtr & |
image_msg | ) |
|
|
protectedvirtual |
◆ subscribe()
void jsk_perception::SnakeSegmentation::subscribe |
( |
| ) |
|
|
protectedvirtual |
◆ unsubscribe()
void jsk_perception::SnakeSegmentation::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
◆ alpha_
double jsk_perception::SnakeSegmentation::alpha_ |
|
protected |
◆ beta_
double jsk_perception::SnakeSegmentation::beta_ |
|
protected |
◆ epsilon_
double jsk_perception::SnakeSegmentation::epsilon_ |
|
protected |
◆ gamma_
double jsk_perception::SnakeSegmentation::gamma_ |
|
protected |
◆ max_iterations_
int jsk_perception::SnakeSegmentation::max_iterations_ |
|
protected |
◆ mutex_
boost::mutex jsk_perception::SnakeSegmentation::mutex_ |
|
protected |
◆ pub_debug_
◆ srv_
◆ sub_
◆ window_size_
int jsk_perception::SnakeSegmentation::window_size_ |
|
protected |
The documentation for this class was generated from the following files: