diff options
-rw-r--r-- | tracker-easy/ocv-check.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/ocv-check.cxx b/tracker-easy/ocv-check.cxx index 90c2d6c9..912bd3cf 100644 --- a/tracker-easy/ocv-check.cxx +++ b/tracker-easy/ocv-check.cxx @@ -14,5 +14,5 @@ void check_kf() #include <opencv2/highgui.hpp> void check_highgui() { - cv::imshow("foo", {}); + cv::imshow("foo", cv::noArray()); } |