mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 08:51:09 +08:00
Added DetectorCPU class and factory to instantiate it. Updated openalpr to use new class
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
#include "alpr.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "regiondetector.h"
|
||||
#include "detection/detector.h"
|
||||
#include "detection/detectorfactory.h"
|
||||
|
||||
#include "licenseplatecandidate.h"
|
||||
#include "stateidentifier.h"
|
||||
#include "segmentation/charactersegmenter.h"
|
||||
@@ -86,7 +88,7 @@ class AlprImpl
|
||||
|
||||
private:
|
||||
|
||||
RegionDetector* plateDetector;
|
||||
Detector* plateDetector;
|
||||
StateIdentifier* stateIdentifier;
|
||||
OCR* ocr;
|
||||
|
||||
|
Reference in New Issue
Block a user