#include <mask_image_to_roi.h>
Public Member Functions | |
MaskImageToROI () | |
Protected Member Functions | |
virtual void | convert (const sensor_msgs::Image::ConstPtr &mask_msg) |
virtual void | infoCallback (const sensor_msgs::CameraInfo::ConstPtr &info_msg) |
virtual void | onInit () |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Attributes | |
sensor_msgs::CameraInfo::ConstPtr | latest_camera_info_ |
boost::mutex | mutex_ |
ros::Publisher | pub_ |
ros::Subscriber | sub_info_ |
ros::Subscriber | sub_mask_ |
Definition at line 46 of file mask_image_to_roi.h.
jsk_perception::MaskImageToROI::MaskImageToROI | ( | ) | [inline] |
Definition at line 49 of file mask_image_to_roi.h.
void jsk_perception::MaskImageToROI::convert | ( | const sensor_msgs::Image::ConstPtr & | mask_msg | ) | [protected, virtual] |
Definition at line 70 of file mask_image_to_roi.cpp.
void jsk_perception::MaskImageToROI::infoCallback | ( | const sensor_msgs::CameraInfo::ConstPtr & | info_msg | ) | [protected, virtual] |
Definition at line 62 of file mask_image_to_roi.cpp.
void jsk_perception::MaskImageToROI::onInit | ( | ) | [protected, virtual] |
Reimplemented from jsk_topic_tools::DiagnosticNodelet.
Definition at line 43 of file mask_image_to_roi.cpp.
void jsk_perception::MaskImageToROI::subscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 49 of file mask_image_to_roi.cpp.
void jsk_perception::MaskImageToROI::unsubscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 56 of file mask_image_to_roi.cpp.
sensor_msgs::CameraInfo::ConstPtr jsk_perception::MaskImageToROI::latest_camera_info_ [protected] |
Definition at line 62 of file mask_image_to_roi.h.
boost::mutex jsk_perception::MaskImageToROI::mutex_ [protected] |
Definition at line 61 of file mask_image_to_roi.h.
ros::Publisher jsk_perception::MaskImageToROI::pub_ [protected] |
Definition at line 60 of file mask_image_to_roi.h.
Definition at line 59 of file mask_image_to_roi.h.
Definition at line 58 of file mask_image_to_roi.h.