mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:47:01 +08:00
Moved more data members to textline
This commit is contained in:
@@ -25,9 +25,10 @@
|
||||
|
||||
class TextLine {
|
||||
public:
|
||||
TextLine(std::vector<cv::Point> textArea, LineSegment topLine, LineSegment bottomLine);
|
||||
TextLine(std::vector<cv::Point> textArea, std::vector<cv::Point> linePolygon);
|
||||
virtual ~TextLine();
|
||||
|
||||
std::vector<cv::Point> linePolygon;
|
||||
std::vector<cv::Point> textArea;
|
||||
LineSegment topLine;
|
||||
LineSegment bottomLine;
|
||||
|
Reference in New Issue
Block a user