MCPcopy Create free account
hub / github.com/Profactor/cv-plot / valid

Method valid

CvPlot/inc/CvPlot/gui/Window.h:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87inline
88bool Window::valid() const {
89 try {
90 return getWindowProperty(_windowName, cv::WND_PROP_AUTOSIZE) >= 0;
91 } catch (cv::Exception) {
92 return false;
93 }
94}
95
96inline
97int Window::waitKey(int delay){

Callers 2

examples_gui.cppFile · 0.80
waitKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected