Function lsd_slam::Util::displayImage(const char *, const cv::Mat&, bool)¶
- Defined in File ImageDisplay.h
Function Documentation¶
-
void
lsd_slam::Util::displayImage(const char *windowName, const cv::Mat &image, bool autoSize = true) Image display function working on different platforms. On Android, the window name is ignored as all images are output fullscreen.