1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

Split highgui module to videoio and highgui

This commit is contained in:
vbystricky
2014-07-10 18:24:52 +04:00
committed by VBystricky
parent eafd7a18d8
commit c7c2375800
4 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include <opencv2/core/utility.hpp>
#include <opencv2/tracking.hpp>
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <iostream>
#include <cstring>