#include <ros/console.h>
#include <ros/duration.h>
#include <ros/init.h>
#include <ros/master.h>
#include <ros/node_handle.h>
#include <ros/rate.h>
#include <ros/subscriber.h>
#include <ros/time.h>
#include <sensor_msgs/Image.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
|  | 
| void | imageCallback (const sensor_msgs::ImageConstPtr &rgb_image_msg) | 
|  | 
| int | main (int argc, char **argv) | 
|  | 
◆ imageCallback()
      
        
          | void imageCallback | ( | const sensor_msgs::ImageConstPtr & | rgb_image_msg | ) |  | 
      
 
 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ rgb_image