mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 10:46: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/postprocess.cpp
|
||||||
postprocess/regexrule.cpp
|
postprocess/regexrule.cpp
|
||||||
binarize_wolf.cpp
|
binarize_wolf.cpp
|
||||||
segmentation/charactersegmenter.cpp
|
ocr/segmentation/charactersegmenter.cpp
|
||||||
segmentation/histogram.cpp
|
ocr/segmentation/histogram.cpp
|
||||||
segmentation/histogramvertical.cpp
|
ocr/segmentation/histogramvertical.cpp
|
||||||
segmentation/histogramhorizontal.cpp
|
ocr/segmentation/histogramhorizontal.cpp
|
||||||
edges/edgefinder.cpp
|
edges/edgefinder.cpp
|
||||||
edges/platecorners.cpp
|
edges/platecorners.cpp
|
||||||
edges/platelines.cpp
|
edges/platelines.cpp
|
||||||
|
@@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
#include "licenseplatecandidate.h"
|
#include "licenseplatecandidate.h"
|
||||||
#include "../statedetection/state_detector.h"
|
#include "../statedetection/state_detector.h"
|
||||||
#include "segmentation/charactersegmenter.h"
|
|
||||||
#include "ocr/ocr.h"
|
#include "ocr/ocr.h"
|
||||||
#include "ocr/ocrfactory.h"
|
#include "ocr/ocrfactory.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user