mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:02:44 +08:00
Added edgefinder to compile
This commit is contained in:
@@ -17,6 +17,7 @@ set(lpr_source_files
|
|||||||
binarize_wolf.cpp
|
binarize_wolf.cpp
|
||||||
segmentation/charactersegmenter.cpp
|
segmentation/charactersegmenter.cpp
|
||||||
segmentation/verticalhistogram.cpp
|
segmentation/verticalhistogram.cpp
|
||||||
|
edges/edgefinder.cpp
|
||||||
edges/platecorners.cpp
|
edges/platecorners.cpp
|
||||||
edges/platelines.cpp
|
edges/platelines.cpp
|
||||||
edges/textlinecollection.cpp
|
edges/textlinecollection.cpp
|
||||||
|
@@ -28,7 +28,6 @@ EdgeFinder::EdgeFinder(PipelineData* pipeline_data) {
|
|||||||
|
|
||||||
// First re-crop the area from the original picture knowing the text position
|
// First re-crop the area from the original picture knowing the text position
|
||||||
|
|
||||||
pipeline_data.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -20,6 +20,9 @@
|
|||||||
#ifndef OPENALPR_EDGEFINDER_H
|
#ifndef OPENALPR_EDGEFINDER_H
|
||||||
#define OPENALPR_EDGEFINDER_H
|
#define OPENALPR_EDGEFINDER_H
|
||||||
|
|
||||||
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
|
#include "pipeline_data.h"
|
||||||
|
|
||||||
class EdgeFinder {
|
class EdgeFinder {
|
||||||
public:
|
public:
|
||||||
EdgeFinder(PipelineData* pipeline_data);
|
EdgeFinder(PipelineData* pipeline_data);
|
||||||
|
Reference in New Issue
Block a user