#include <fisheye_to_panorama.h>
|
void | configCallback (Config &new_config, uint32_t level) |
|
double | interpolate (double rate, double first, double second) |
|
virtual void | onInit () |
|
virtual void | rectify (const sensor_msgs::Image::ConstPtr &image_msg) |
|
virtual void | subscribe () |
|
virtual void | unsubscribe () |
|
virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
|
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) |
|
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
|
ros::NodeHandle & | getMTNodeHandle () const |
|
ros::NodeHandle & | getMTPrivateNodeHandle () const |
|
const V_string & | getMyArgv () const |
|
const std::string & | getName () const |
|
ros::NodeHandle & | getNodeHandle () const |
|
ros::NodeHandle & | getPrivateNodeHandle () const |
|
const M_string & | getRemappingArgs () const |
|
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
|
std::string | getSuffixedName (const std::string &suffix) const |
|
Definition at line 55 of file fisheye_to_panorama.h.
jsk_perception::FisheyeToPanorama::FisheyeToPanorama |
( |
| ) |
|
|
inline |
void jsk_perception::FisheyeToPanorama::configCallback |
( |
Config & |
new_config, |
|
|
uint32_t |
level |
|
) |
| |
|
protected |
double jsk_perception::FisheyeToPanorama::interpolate |
( |
double |
rate, |
|
|
double |
first, |
|
|
double |
second |
|
) |
| |
|
inlineprotected |
void jsk_perception::FisheyeToPanorama::onInit |
( |
| ) |
|
|
protectedvirtual |
void jsk_perception::FisheyeToPanorama::rectify |
( |
const sensor_msgs::Image::ConstPtr & |
image_msg | ) |
|
|
protectedvirtual |
void jsk_perception::FisheyeToPanorama::subscribe |
( |
| ) |
|
|
protectedvirtual |
void jsk_perception::FisheyeToPanorama::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
float jsk_perception::FisheyeToPanorama::max_degree_ |
|
protected |
double jsk_perception::FisheyeToPanorama::offset_degree_ |
|
protected |
ros::Publisher jsk_perception::FisheyeToPanorama::pub_undistorted_bilinear_image_ |
|
protected |
ros::Publisher jsk_perception::FisheyeToPanorama::pub_undistorted_image_ |
|
protected |
float jsk_perception::FisheyeToPanorama::scale_ |
|
protected |
bool jsk_perception::FisheyeToPanorama::simple_panorama_ |
|
protected |
float jsk_perception::FisheyeToPanorama::upside_down_ |
|
protected |
bool jsk_perception::FisheyeToPanorama::use_panorama_ |
|
protected |
The documentation for this class was generated from the following files: