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