mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:46:53 +08:00
Moved polygon logic to textline
This commit is contained in:
@@ -38,23 +38,13 @@ class CharacterAnalysis
|
||||
cv::Mat bestThreshold;
|
||||
|
||||
TextContours bestContours;
|
||||
//std::vector<std::vector<cv::Point> > bestContours;
|
||||
//std::vector<cv::Vec4i> bestHierarchy;
|
||||
//std::vector<bool> bestCharSegments;
|
||||
//int bestCharSegmentsCount;
|
||||
|
||||
|
||||
std::vector<cv::Point> linePolygon;
|
||||
|
||||
|
||||
|
||||
bool thresholdsInverted;
|
||||
bool isTwoLine;
|
||||
|
||||
std::vector<TextContours> allTextContours;
|
||||
//std::vector<std::vector<std::vector<cv::Point> > > allContours;
|
||||
//std::vector<std::vector<cv::Vec4i> > allHierarchy;
|
||||
//std::vector<std::vector<bool> > charSegments;
|
||||
|
||||
void analyze();
|
||||
|
||||
|
Reference in New Issue
Block a user