Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux.

This commit is contained in:
AlexeyAB
2017-08-03 00:23:49 +03:00
parent eb45500f33
commit 815e7a127b
14 changed files with 92 additions and 36 deletions

View File

@ -6,8 +6,11 @@
#include "unistd.h"
#include <float.h>
#include <limits.h>
#ifdef WIN32
#include "utils.h"
#else
#include <utils.h>
#endif
#pragma warning(disable: 4996)