mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 12:46:55 +08:00
Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#include "detectorfactory.h"
|
||||
|
||||
Detector* createDetector(Config* config)
|
||||
namespace alpr
|
||||
{
|
||||
return new DetectorCPU(config);
|
||||
}
|
||||
|
||||
Detector* createDetector(Config* config)
|
||||
{
|
||||
return new DetectorCPU(config);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user