#include <swri_opencv_util/show.h>
#include <map>
#include <string>
#include <boost/serialization/singleton.hpp>
#include <boost/thread/mutex.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <ros/ros.h>
Go to the source code of this file.
Classes | |
class | swri_opencv_util::CvWindows |
Namespaces | |
namespace | swri_opencv_util |
Typedefs | |
typedef boost::serialization::singleton < CvWindows > | swri_opencv_util::CvWindowsSingleton |
Functions | |
void | swri_opencv_util::ShowScaled (const std::string &name, const cv::Mat &mat, const cv::Mat &mask=cv::Mat(), double a=-1.0, double b=0.0) |