Moved longer/shorter segment to public

This commit is contained in:
Matt Hill
2014-10-26 14:25:16 -04:00
parent a9f7a3af72
commit c2cbfa89cf

View File

@@ -25,6 +25,9 @@ public:
LineSegment centerHorizontalLine; LineSegment centerHorizontalLine;
LineSegment centerVerticalLine; LineSegment centerVerticalLine;
LineSegment longerSegment;
LineSegment shorterSegment;
float charHeight; float charHeight;
float charAngle; float charAngle;
@@ -35,8 +38,6 @@ private:
LineSegment topCharArea; LineSegment topCharArea;
LineSegment bottomCharArea; LineSegment bottomCharArea;
LineSegment longerSegment;
LineSegment shorterSegment;
cv::Mat textMask; cv::Mat textMask;