#include <ros/ros.h>
#include <sensor_msgs/Image.h>
#include <image_transport/image_transport.h>
#include <cv_bridge/CvBridge.h>
#include "opencv2/highgui/highgui.hpp"
#include <string>
#include <vector>
#include <cpl_superpixels/segment/segment.h>
#include <cpl_superpixels/SmoothClutter.h>
Go to the source code of this file.
Classes | |
class | SuperpixelSmootherNode |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 193 of file superpixel_smoother_node.cpp.