mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 16:27:07 +08:00
Moved longer/shorter segment to public
This commit is contained in:
@@ -25,6 +25,9 @@ public:
|
||||
LineSegment centerHorizontalLine;
|
||||
LineSegment centerVerticalLine;
|
||||
|
||||
LineSegment longerSegment;
|
||||
LineSegment shorterSegment;
|
||||
|
||||
float charHeight;
|
||||
float charAngle;
|
||||
|
||||
@@ -35,8 +38,6 @@ private:
|
||||
LineSegment topCharArea;
|
||||
LineSegment bottomCharArea;
|
||||
|
||||
LineSegment longerSegment;
|
||||
LineSegment shorterSegment;
|
||||
|
||||
cv::Mat textMask;
|
||||
|
||||
|
Reference in New Issue
Block a user