#include <ros/ros.h>
#include <nodelet/nodelet.h>
#include <sensor_msgs/image_encodings.h>
#include <cv_bridge/cv_bridge.h>
#include <image_transport/image_transport.h>
#include <dynamic_reconfigure/server.h>
#include <boost/thread.hpp>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include "slic.h"
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Classes | |
class | jsk_perception::SLICSuperPixels |
Namespaces | |
namespace | jsk_perception |
Typedefs | |
typedef jsk_perception::SLICSuperPixels | SLICSuperPixels |
Functions | |
PLUGINLIB_DECLARE_CLASS (jsk_perception, SLICSuperPixels, SLICSuperPixels, nodelet::Nodelet) |
Definition at line 94 of file slic_superpixels.cpp.
PLUGINLIB_DECLARE_CLASS | ( | jsk_perception | , |
SLICSuperPixels | , | ||
SLICSuperPixels | , | ||
nodelet::Nodelet | |||
) |