mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:06:54 +08:00
Turning off compilation for GPU detector by default.
Compiler flag can be used to re-enable it
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "detectorcuda.h"
|
||||
|
||||
#if COMPILE_GPU
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
@@ -137,4 +138,6 @@ namespace alpr
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user