#include <ros/ros.h>
#include <jsk_topic_tools/log_utils.h>
#include <image_transport/image_transport.h>
#include <image_geometry/pinhole_camera_model.h>
#include <tf/transform_listener.h>
#include <tf/transform_broadcaster.h>
#include <opencv/cv.hpp>
#include <opencv/highgui.h>
#include <cv_bridge/cv_bridge.h>
#include <vector>
#include <geometry_msgs/Polygon.h>
#include <geometry_msgs/PolygonStamped.h>
Go to the source code of this file.
Classes | |
class | VirtualCameraMono |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 169 of file virtual_camera_mono.cpp.