mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:26:53 +08:00
Moved polygon logic to textline
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user