mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:16:56 +08:00
Fixed GPU compile flag
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#ifdef COMPILE_GPU
|
||||
|
||||
#include "opencv2/objdetect/objdetect.hpp"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
#include "opencv2/core/core.hpp"
|
||||
@@ -35,7 +37,6 @@
|
||||
#include "detectorcpu.h"
|
||||
|
||||
|
||||
#ifdef COMPILE_GPU
|
||||
|
||||
namespace alpr
|
||||
{
|
||||
|
Reference in New Issue
Block a user