From c2cbfa89cf3e7a6a9709fc5633fc96f08e9808cc Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 26 Oct 2014 14:25:16 -0400 Subject: [PATCH] Moved longer/shorter segment to public --- src/openalpr/edges/textlinecollection.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;