mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:12:47 +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++)
|
for (int i = 0; i < charRegions.size(); i++)
|
||||||
humanInputs[i] = SPACE;
|
humanInputs[i] = SPACE;
|
||||||
|
|
||||||
RegexRule regex_rule("", "[\\pL\\pN]");
|
RegexRule regex_rule("", "[\\pL\\pN]", "", "");
|
||||||
|
|
||||||
int16_t waitkey = waitKey(50);
|
int16_t waitkey = waitKey(50);
|
||||||
while (waitkey != ENTER_KEY && waitkey != ESCAPE_KEY)
|
while (waitkey != ENTER_KEY && waitkey != ESCAPE_KEY)
|
||||||
|
Reference in New Issue
Block a user