mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:22:48 +08:00
Added logic to LineFinder to find both lines for multiline plates
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define OPENALPR_TEXTLINE_H
|
||||
|
||||
#include "utility.h"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
|
||||
class TextLine {
|
||||
public:
|
||||
@@ -38,6 +39,9 @@ public:
|
||||
LineSegment charBoxLeft;
|
||||
LineSegment charBoxRight;
|
||||
|
||||
float lineHeight;
|
||||
|
||||
cv::Mat drawDebugImage(cv::Mat baseImage);
|
||||
private:
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user