#include <ros/ros.h>
#include <boost/format.hpp>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/CameraInfo.h>
#include <image_proc/processor.h>
#include <camera_calibration_parsers/parse.h>
#include <opencv2/highgui/highgui.hpp>
#include "bag_tools/image_bag_processor.h"
Go to the source code of this file.
Classes | |
class | ImageSaver |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 87 of file extract_images.cpp.