diff --git a/src/openalpr/edges/textlinecollection.h b/src/openalpr/edges/textlinecollection.h index 660a6f6..cea83e0 100644 --- a/src/openalpr/edges/textlinecollection.h +++ b/src/openalpr/edges/textlinecollection.h @@ -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;