1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 11:21:39 +08:00

Reduced modules dependencies:

- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
This commit is contained in:
Maksim Shabunin
2017-03-13 13:17:12 +03:00
parent f1a198d192
commit f8807f18cd
65 changed files with 366 additions and 341 deletions

View File

@@ -14,6 +14,7 @@
#include <iostream>
#include <cstring>
#include <ctime>
#include "roiSelector.hpp"
using namespace std;
using namespace cv;