mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 05:16:51 +08:00
Moved segmentation code to inside OCR
This commit is contained in:
@@ -21,10 +21,10 @@ set(lpr_source_files
|
||||
postprocess/postprocess.cpp
|
||||
postprocess/regexrule.cpp
|
||||
binarize_wolf.cpp
|
||||
segmentation/charactersegmenter.cpp
|
||||
segmentation/histogram.cpp
|
||||
segmentation/histogramvertical.cpp
|
||||
segmentation/histogramhorizontal.cpp
|
||||
ocr/segmentation/charactersegmenter.cpp
|
||||
ocr/segmentation/histogram.cpp
|
||||
ocr/segmentation/histogramvertical.cpp
|
||||
ocr/segmentation/histogramhorizontal.cpp
|
||||
edges/edgefinder.cpp
|
||||
edges/platecorners.cpp
|
||||
edges/platelines.cpp
|
||||
|
@@ -36,7 +36,6 @@
|
||||
|
||||
#include "licenseplatecandidate.h"
|
||||
#include "../statedetection/state_detector.h"
|
||||
#include "segmentation/charactersegmenter.h"
|
||||
#include "ocr/ocr.h"
|
||||
#include "ocr/ocrfactory.h"
|
||||
|
||||
|
Reference in New Issue
Block a user