mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 07:20:50 +08:00
Added LineFinder class to help find text lines in plate images
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "pipeline_data.h"
|
||||
#include "textcontours.h"
|
||||
#include "platemask.h"
|
||||
#include "linefinder.h"
|
||||
|
||||
class CharacterAnalysis
|
||||
{
|
||||
@@ -40,7 +41,6 @@ class CharacterAnalysis
|
||||
TextContours bestContours;
|
||||
|
||||
bool thresholdsInverted;
|
||||
bool isTwoLine;
|
||||
|
||||
std::vector<TextContours> allTextContours;
|
||||
|
||||
@@ -68,7 +68,7 @@ class CharacterAnalysis
|
||||
|
||||
bool verifySize(cv::Mat r, float minHeightPx, float maxHeightPx);
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // OPENALPR_CHARACTERANALYSIS_H
|
||||
|
Reference in New Issue
Block a user