mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:06:54 +08:00
Fixed GPU compile flag
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#include "detectorcuda.h"
|
||||
|
||||
#if COMPILE_GPU
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
#ifdef COMPILE_GPU
|
||||
|
||||
namespace alpr
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user