$search
#include <ros/ros.h>
#include <boost/thread/mutex.hpp>
#include <calibration_msgs/CalibrationPattern.h>
#include <sensor_msgs/Image.h>
#include <cv_bridge/CvBridge.h>
#include <opencv/cv.h>
#include <message_filters/time_synchronizer.h>
#include <message_filters/subscriber.h>
Go to the source code of this file.
Classes | |
class | laser_cb_detector::ImageAnnotator |
Namespaces | |
namespace | laser_cb_detector |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 132 of file image_annotator.cpp.