mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 00:17:08 +08:00
Fixed compile error in classifychars
This commit is contained in:
@@ -323,7 +323,7 @@ vector<string> showCharSelection(Mat image, vector<Rect> charRegions, string sta
|
||||
for (int i = 0; i < charRegions.size(); i++)
|
||||
humanInputs[i] = SPACE;
|
||||
|
||||
RegexRule regex_rule("", "[\\pL\\pN]");
|
||||
RegexRule regex_rule("", "[\\pL\\pN]", "", "");
|
||||
|
||||
int16_t waitkey = waitKey(50);
|
||||
while (waitkey != ENTER_KEY && waitkey != ESCAPE_KEY)
|
||||
|
Reference in New Issue
Block a user