Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
jsk_perception::ApplyMaskImage Class Reference

#include <apply_mask_image.h>

Inheritance diagram for jsk_perception::ApplyMaskImage:
Inheritance graph
[legend]

Public Types

typedef message_filters::sync_policies::ApproximateTime< sensor_msgs::Image, sensor_msgs::Image > ApproximateSyncPolicy
 
typedef message_filters::sync_policies::ExactTime< sensor_msgs::Image, sensor_msgs::Image > SyncPolicy
 
- Public Types inherited from jsk_topic_tools::DiagnosticNodelet
typedef boost::shared_ptr< DiagnosticNodeletPtr
 

Public Member Functions

 ApplyMaskImage ()
 
- Public Member Functions inherited from jsk_topic_tools::DiagnosticNodelet
 DiagnosticNodelet (const std::string &name)
 
- Public Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet
 ConnectionBasedNodelet ()
 
- Public Member Functions inherited from nodelet::Nodelet
void init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL)
 
 Nodelet ()
 
virtual ~Nodelet ()
 

Protected Member Functions

virtual void apply (const sensor_msgs::Image::ConstPtr &image_msg, 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 Member Functions inherited from jsk_topic_tools::DiagnosticNodelet
virtual void updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat)
 
- Protected Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet
ros::Publisher advertise (ros::NodeHandle &nh, std::string topic, int queue_size)
 
image_transport::CameraPublisher advertiseCamera (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size)
 
image_transport::CameraPublisher advertiseCamera (ros::NodeHandle &nh, const std::string &topic, int queue_size)
 
image_transport::Publisher advertiseImage (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size)
 
image_transport::Publisher advertiseImage (ros::NodeHandle &nh, const std::string &topic, int queue_size)
 
virtual void cameraConnectionBaseCallback ()
 
virtual void cameraConnectionCallback (const image_transport::SingleSubscriberPublisher &pub)
 
virtual void cameraInfoConnectionCallback (const ros::SingleSubscriberPublisher &pub)
 
virtual void connectionCallback (const ros::SingleSubscriberPublisher &pub)
 
virtual void imageConnectionCallback (const image_transport::SingleSubscriberPublisher &pub)
 
virtual bool isSubscribed ()
 
virtual void onInitPostProcess ()
 
virtual void warnNeverSubscribedCallback (const ros::WallTimerEvent &event)
 
virtual void warnOnInitPostProcessCalledCallback (const ros::WallTimerEvent &event)
 
- Protected Member Functions inherited from nodelet::Nodelet
ros::CallbackQueueInterfacegetMTCallbackQueue () const
 
ros::NodeHandlegetMTNodeHandle () const
 
ros::NodeHandlegetMTPrivateNodeHandle () const
 
const V_stringgetMyArgv () const
 
const std::stringgetName () const
 
ros::NodeHandlegetNodeHandle () const
 
ros::NodeHandlegetPrivateNodeHandle () const
 
const M_stringgetRemappingArgs () const
 
ros::CallbackQueueInterfacegetSTCallbackQueue () const
 
std::string getSuffixedName (const std::string &suffix) const
 

Protected Attributes

bool approximate_sync_
 
boost::shared_ptr< message_filters::Synchronizer< ApproximateSyncPolicy > > async_
 
sensor_msgs::CameraInfo::ConstPtr camera_info_
 
bool clip_
 
int cval_
 
bool mask_black_to_transparent_
 
boost::mutex mutex_
 
bool negative_
 
bool negative_before_clip_
 
ros::Publisher pub_camera_info_
 
ros::Publisher pub_image_
 
ros::Publisher pub_mask_
 
int queue_size_
 
message_filters::Subscriber< sensor_msgs::CameraInfo > sub_camera_info_
 
message_filters::Subscriber< sensor_msgs::Image > sub_image_
 
ros::Subscriber sub_info_
 
message_filters::Subscriber< sensor_msgs::Image > sub_mask_
 
boost::shared_ptr< message_filters::Synchronizer< SyncPolicy > > sync_
 
bool use_rectified_image_
 
- Protected Attributes inherited from jsk_topic_tools::DiagnosticNodelet
TimeredDiagnosticUpdater::Ptr diagnostic_updater_
 
const std::string name_
 
jsk_topic_tools::VitalChecker::Ptr vital_checker_
 
- Protected Attributes inherited from jsk_topic_tools::ConnectionBasedNodelet
bool always_subscribe_
 
std::vector< image_transport::CameraPublishercamera_publishers_
 
boost::mutex connection_mutex_
 
ConnectionStatus connection_status_
 
bool ever_subscribed_
 
std::vector< image_transport::Publisherimage_publishers_
 
boost::shared_ptr< ros::NodeHandlenh_
 
bool on_init_post_process_called_
 
boost::shared_ptr< ros::NodeHandlepnh_
 
std::vector< ros::Publisherpublishers_
 
bool subscribed_
 
ros::WallTimer timer_warn_never_subscribed_
 
ros::WallTimer timer_warn_on_init_post_process_called_
 
bool verbose_connection_
 

Detailed Description

Definition at line 50 of file apply_mask_image.h.

Member Typedef Documentation

Definition at line 55 of file apply_mask_image.h.

Definition at line 58 of file apply_mask_image.h.

Constructor & Destructor Documentation

jsk_perception::ApplyMaskImage::ApplyMaskImage ( )
inline

Definition at line 59 of file apply_mask_image.h.

Member Function Documentation

void jsk_perception::ApplyMaskImage::apply ( const sensor_msgs::Image::ConstPtr &  image_msg,
const sensor_msgs::Image::ConstPtr &  mask_msg 
)
protectedvirtual

Definition at line 99 of file apply_mask_image.cpp.

void jsk_perception::ApplyMaskImage::infoCallback ( const sensor_msgs::CameraInfo::ConstPtr &  info_msg)
protectedvirtual

Definition at line 92 of file apply_mask_image.cpp.

void jsk_perception::ApplyMaskImage::onInit ( )
protectedvirtual

Reimplemented from jsk_topic_tools::DiagnosticNodelet.

Definition at line 46 of file apply_mask_image.cpp.

void jsk_perception::ApplyMaskImage::subscribe ( )
protectedvirtual

Implements jsk_topic_tools::ConnectionBasedNodelet.

Definition at line 66 of file apply_mask_image.cpp.

void jsk_perception::ApplyMaskImage::unsubscribe ( )
protectedvirtual

Implements jsk_topic_tools::ConnectionBasedNodelet.

Definition at line 86 of file apply_mask_image.cpp.

Member Data Documentation

bool jsk_perception::ApplyMaskImage::approximate_sync_
protected

Definition at line 71 of file apply_mask_image.h.

boost::shared_ptr<message_filters::Synchronizer<ApproximateSyncPolicy> > jsk_perception::ApplyMaskImage::async_
protected

Definition at line 80 of file apply_mask_image.h.

sensor_msgs::CameraInfo::ConstPtr jsk_perception::ApplyMaskImage::camera_info_
protected

Definition at line 82 of file apply_mask_image.h.

bool jsk_perception::ApplyMaskImage::clip_
protected

Definition at line 72 of file apply_mask_image.h.

int jsk_perception::ApplyMaskImage::cval_
protected

Definition at line 78 of file apply_mask_image.h.

bool jsk_perception::ApplyMaskImage::mask_black_to_transparent_
protected

Definition at line 75 of file apply_mask_image.h.

boost::mutex jsk_perception::ApplyMaskImage::mutex_
protected

Definition at line 81 of file apply_mask_image.h.

bool jsk_perception::ApplyMaskImage::negative_
protected

Definition at line 73 of file apply_mask_image.h.

bool jsk_perception::ApplyMaskImage::negative_before_clip_
protected

Definition at line 74 of file apply_mask_image.h.

ros::Publisher jsk_perception::ApplyMaskImage::pub_camera_info_
protected

Definition at line 89 of file apply_mask_image.h.

ros::Publisher jsk_perception::ApplyMaskImage::pub_image_
protected

Definition at line 87 of file apply_mask_image.h.

ros::Publisher jsk_perception::ApplyMaskImage::pub_mask_
protected

Definition at line 88 of file apply_mask_image.h.

int jsk_perception::ApplyMaskImage::queue_size_
protected

Definition at line 77 of file apply_mask_image.h.

message_filters::Subscriber<sensor_msgs::CameraInfo> jsk_perception::ApplyMaskImage::sub_camera_info_
protected

Definition at line 85 of file apply_mask_image.h.

message_filters::Subscriber<sensor_msgs::Image> jsk_perception::ApplyMaskImage::sub_image_
protected

Definition at line 83 of file apply_mask_image.h.

ros::Subscriber jsk_perception::ApplyMaskImage::sub_info_
protected

Definition at line 86 of file apply_mask_image.h.

message_filters::Subscriber<sensor_msgs::Image> jsk_perception::ApplyMaskImage::sub_mask_
protected

Definition at line 84 of file apply_mask_image.h.

boost::shared_ptr<message_filters::Synchronizer<SyncPolicy> > jsk_perception::ApplyMaskImage::sync_
protected

Definition at line 79 of file apply_mask_image.h.

bool jsk_perception::ApplyMaskImage::use_rectified_image_
protected

Definition at line 76 of file apply_mask_image.h.


The documentation for this class was generated from the following files:


jsk_perception
Author(s): Manabu Saito, Ryohei Ueda
autogenerated on Mon May 3 2021 03:03:27