#include <ros/ros.h>
#include <sensor_msgs/CameraInfo.h>
#include <sensor_msgs/Image.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <tf/transform_datatypes.h>
#include <articulation_msgs/TrackMsg.h>
Go to the source code of this file.
Functions | |
void | imageCallback (const sensor_msgs::Image::ConstPtr &msg) |
void | infoCallback (const sensor_msgs::CameraInfo::ConstPtr &msg) |
int | main (int argc, char **argv) |
cv::Point | to2D (cv::Point3f pt) |
cv::Point3f | to3D (cv::Point a) |
Variables | |
sensor_msgs::CameraInfo::ConstPtr | cameraInfo_ |
cv_bridge::CvImagePtr | cv_ptr |
cv::Mat | debugImage_ |
void imageCallback | ( | const sensor_msgs::Image::ConstPtr & | msg | ) |
void infoCallback | ( | const sensor_msgs::CameraInfo::ConstPtr & | msg | ) |
sensor_msgs::CameraInfo::ConstPtr cameraInfo_ |
cv::Mat debugImage_ |