mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:37:00 +08:00
Moved plate corner/line code to edges folder
This commit is contained in:
@@ -15,10 +15,10 @@ set(lpr_source_files
|
|||||||
ocr.cpp
|
ocr.cpp
|
||||||
postprocess.cpp
|
postprocess.cpp
|
||||||
binarize_wolf.cpp
|
binarize_wolf.cpp
|
||||||
platelines.cpp
|
|
||||||
segmentation/charactersegmenter.cpp
|
segmentation/charactersegmenter.cpp
|
||||||
segmentation/verticalhistogram.cpp
|
segmentation/verticalhistogram.cpp
|
||||||
platecorners.cpp
|
edges/platecorners.cpp
|
||||||
|
edges/platelines.cpp
|
||||||
colorfilter.cpp
|
colorfilter.cpp
|
||||||
textdetection/characteranalysis.cpp
|
textdetection/characteranalysis.cpp
|
||||||
textdetection/platemask.cpp
|
textdetection/platemask.cpp
|
||||||
|
@@ -29,10 +29,10 @@
|
|||||||
|
|
||||||
#include "utility.h"
|
#include "utility.h"
|
||||||
#include "constants.h"
|
#include "constants.h"
|
||||||
#include "platelines.h"
|
#include "edges/platelines.h"
|
||||||
#include "textdetection/characteranalysis.h"
|
#include "textdetection/characteranalysis.h"
|
||||||
#include "segmentation/charactersegmenter.h"
|
#include "segmentation/charactersegmenter.h"
|
||||||
#include "platecorners.h"
|
#include "edges/platecorners.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "pipeline_data.h"
|
#include "pipeline_data.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user