#include <slic_superpixels.h>
Public Types | |
typedef SLICSuperPixelsConfig | Config |
Protected Member Functions | |
virtual void | configCallback (Config &config, uint32_t level) |
virtual void | imageCallback (const sensor_msgs::Image::ConstPtr &image) |
virtual void | onInit () |
Protected Member Functions inherited from nodelet::Nodelet | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
Protected Attributes | |
bool | debug_image_ |
image_transport::Subscriber | image_sub_ |
boost::shared_ptr< image_transport::ImageTransport > | it_ |
boost::mutex | mutex_ |
ros::NodeHandle | nh_ |
int | number_of_super_pixels_ |
ros::NodeHandle | pnh_ |
ros::Publisher | pub_ |
ros::Publisher | pub_debug_ |
ros::Publisher | pub_debug_center_grid_ |
ros::Publisher | pub_debug_mean_color_ |
boost::shared_ptr< dynamic_reconfigure::Server< Config > > | srv_ |
int | weight_ |
Additional Inherited Members | |
Public Member Functions inherited from nodelet::Nodelet | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Definition at line 57 of file slic_superpixels.h.
typedef SLICSuperPixelsConfig jsk_perception::SLICSuperPixels::Config |
Definition at line 60 of file slic_superpixels.h.
|
protectedvirtual |
Definition at line 133 of file slic_superpixels.cpp.
|
protectedvirtual |
Definition at line 71 of file slic_superpixels.cpp.
|
protectedvirtual |
Implements nodelet::Nodelet.
Definition at line 45 of file slic_superpixels.cpp.
|
protected |
Definition at line 88 of file slic_superpixels.h.
|
protected |
Definition at line 76 of file slic_superpixels.h.
|
protected |
Definition at line 74 of file slic_superpixels.h.
|
protected |
Definition at line 75 of file slic_superpixels.h.
|
protected |
Definition at line 73 of file slic_superpixels.h.
|
protected |
Definition at line 86 of file slic_superpixels.h.
|
protected |
Definition at line 73 of file slic_superpixels.h.
|
protected |
Definition at line 80 of file slic_superpixels.h.
|
protected |
Definition at line 77 of file slic_superpixels.h.
|
protected |
Definition at line 79 of file slic_superpixels.h.
|
protected |
Definition at line 78 of file slic_superpixels.h.
|
protected |
Definition at line 81 of file slic_superpixels.h.
|
protected |
Definition at line 87 of file slic_superpixels.h.