|  | 
| void | configCb (Config &config, uint32_t level) | 
|  | 
| void | connectCb () | 
|  | 
| void | imageCb (const sensor_msgs::ImageConstPtr &image_msg, const sensor_msgs::CameraInfoConstPtr &info_msg) | 
|  | 
| virtual void | onInit () | 
|  | 
Definition at line 84 of file crop_decimate.cpp.
 
◆ Config
◆ ReconfigureServer
◆ configCb()
  
  | 
        
          | void image_proc::CropDecimateNodelet::configCb | ( | Config & | config, |  
          |  |  | uint32_t | level |  
          |  | ) |  |  |  | private | 
 
 
◆ connectCb()
  
  | 
        
          | void image_proc::CropDecimateNodelet::connectCb | ( |  | ) |  |  | private | 
 
 
◆ imageCb()
  
  | 
        
          | void image_proc::CropDecimateNodelet::imageCb | ( | const sensor_msgs::ImageConstPtr & | image_msg, |  
          |  |  | const sensor_msgs::CameraInfoConstPtr & | info_msg |  
          |  | ) |  |  |  | private | 
 
- Todo:
- Check image dimensions match info_msg 
- Todo:
- Publish tweaks to config_ so they appear in reconfigure_gui 
- Todo:
- Could save copies by allocating this above and having output.image alias it 
Definition at line 204 of file crop_decimate.cpp.
 
 
◆ onInit()
  
  | 
        
          | void image_proc::CropDecimateNodelet::onInit | ( |  | ) |  |  | privatevirtual | 
 
 
◆ config_
  
  | 
        
          | Config image_proc::CropDecimateNodelet::config_ |  | private | 
 
 
◆ config_mutex_
  
  | 
        
          | boost::recursive_mutex image_proc::CropDecimateNodelet::config_mutex_ |  | private | 
 
 
◆ connect_mutex_
  
  | 
        
          | boost::mutex image_proc::CropDecimateNodelet::connect_mutex_ |  | private | 
 
 
◆ it_in_
◆ it_out_
◆ pub_
◆ queue_size_
  
  | 
        
          | int image_proc::CropDecimateNodelet::queue_size_ |  | private | 
 
 
◆ reconfigure_server_
◆ sub_
◆ target_frame_id_
  
  | 
        
          | std::string image_proc::CropDecimateNodelet::target_frame_id_ |  | private | 
 
 
The documentation for this class was generated from the following file: