![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Go to the source code of this file.
Namespaces | |
sl_oc | |
sl_oc::tools | |
Functions | |
void | sl_oc::tools::showImage (std::string name, cv::UMat &img, sl_oc::video::RESOLUTION res, bool change_name=true, std::string info="") |
Rescale the OpenCV T-API images [cv::UMat] according to the selected resolution to better display them on screen and show. More... | |
void | sl_oc::tools::showImage (std::string name, cv::Mat &img, sl_oc::video::RESOLUTION res, bool change_name=true, std::string info="") |
Rescale the OpenCV images [cv::Mat] according to the selected resolution to better display them on screen and show. More... | |
Functions to display OpenCV images.
Definition in file ocv_display.hpp.