Moved polygon logic to textline

This commit is contained in:
Matt Hill
2014-10-13 18:19:12 -04:00
parent c156e8900e
commit 97518ecd89
4 changed files with 18 additions and 24 deletions

View File

@@ -25,7 +25,7 @@
class TextLine {
public:
TextLine();
TextLine(std::vector<cv::Point> textArea, LineSegment topLine, LineSegment bottomLine);
virtual ~TextLine();
std::vector<cv::Point> textArea;