Moved tinythread out of openalpr main and into the support library

This commit is contained in:
Matt Hill
2014-05-18 12:49:09 -05:00
parent ef2b9e3e52
commit d2bee35fa9
6 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
#include <opencv2/core/core.hpp>
#include "tinythread/tinythread.h"
#include "support/tinythread.h"
#define DEFAULT_TOPN 25
#define DEFAULT_DETECT_REGION false