Added prewarp to ALPR analysis

This commit is contained in:
Matt Hill
2015-03-28 13:13:38 -04:00
parent 7dc085df70
commit 96135dfc56
9 changed files with 369 additions and 13 deletions

View File

@@ -32,6 +32,8 @@
#include "detection/detector.h"
#include "detection/detectorfactory.h"
#include "prewarp.h"
#include "licenseplatecandidate.h"
#include "stateidentifier.h"
#include "segmentation/charactersegmenter.h"
@@ -96,6 +98,7 @@ namespace alpr
Detector* plateDetector;
StateIdentifier* stateIdentifier;
OCR* ocr;
PreWarp* prewarp;
int topN;
bool detectRegion;