#include <opencv/cv.h>#include <opencv/highgui.h>#include <ros/ros.h>#include <cv_bridge/CvBridge.h>#include <sensor_msgs/Image.h>#include <message_transport/message_transport.h>
Go to the source code of this file.
Functions | |
| void | callback (const sensor_msgs::ImageConstPtr &image) |
| int | main (int argc, char **argv) |
Variables | |
| FILE * | fp = NULL |
| unsigned int | npoints = 0 |
| std::string | transport |
| void callback | ( | const sensor_msgs::ImageConstPtr & | image | ) |
Definition at line 13 of file receiver.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 37 of file receiver.cpp.
| FILE* fp = NULL |
Definition at line 11 of file receiver.cpp.
| unsigned int npoints = 0 |
Definition at line 10 of file receiver.cpp.
| std::string transport |
Definition at line 9 of file receiver.cpp.