Turning off compilation for GPU detector by default.

Compiler flag can be used to re-enable it
This commit is contained in:
Matt Hill
2015-03-11 20:40:55 -04:00
parent 524e11730a
commit 5e03e5b02f
6 changed files with 23 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
#include "detectorcuda.h"
#if COMPILE_GPU
using namespace cv;
using namespace std;
@@ -137,4 +138,6 @@ namespace alpr
}
}
}
#endif