|
static void | mouseCb (int event, int x, int y, int flags, void *param) |
|
Definition at line 325 of file stereo_view.cpp.
◆ ApproximatePolicy
◆ ApproximateSync
◆ ExactPolicy
◆ ExactSync
◆ StereoView()
StereoView::StereoView |
( |
const std::string & |
transport | ) |
|
|
inline |
◆ ~StereoView()
StereoView::~StereoView |
( |
| ) |
|
|
inline |
◆ checkInputsSynchronized()
void StereoView::checkInputsSynchronized |
( |
| ) |
|
|
inline |
◆ imageCb()
void StereoView::imageCb |
( |
const ImageConstPtr & |
left, |
|
|
const ImageConstPtr & |
right, |
|
|
const DisparityImageConstPtr & |
disparity_msg |
|
) |
| |
|
inline |
◆ mouseCb()
static void StereoView::mouseCb |
( |
int |
event, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
flags, |
|
|
void * |
param |
|
) |
| |
|
inlinestatic |
◆ saveImage()
void StereoView::saveImage |
( |
const char * |
prefix, |
|
|
const cv::Mat & |
image |
|
) |
| |
|
inline |
◆ all_received_
int StereoView::all_received_ |
|
private |
◆ approximate_sync_
◆ check_synced_timer_
◆ disp_received_
int StereoView::disp_received_ |
|
private |
◆ disparity_color_
cv::Mat_<cv::Vec3b> StereoView::disparity_color_ |
|
private |
◆ disparity_sub_
◆ exact_sync_
◆ filename_format_
boost::format StereoView::filename_format_ |
|
private |
◆ image_mutex_
boost::mutex StereoView::image_mutex_ |
|
private |
◆ last_left_image_
cv::Mat StereoView::last_left_image_ |
|
private |
◆ last_left_msg_
ImageConstPtr StereoView::last_left_msg_ |
|
private |
◆ last_right_image_
cv::Mat StereoView::last_right_image_ |
|
private |
◆ last_right_msg_
ImageConstPtr StereoView::last_right_msg_ |
|
private |
◆ left_received_
int StereoView::left_received_ |
|
private |
◆ left_sub_
◆ queue_size_
int StereoView::queue_size_ |
|
private |
◆ right_received_
int StereoView::right_received_ |
|
private |
◆ right_sub_
◆ save_count_
int StereoView::save_count_ |
|
private |
The documentation for this class was generated from the following file: