mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 16:36:53 +08:00
Resolves issue #150 Automatically apply pattern matching for countries with only one pattern
This commit is contained in:
@@ -74,6 +74,8 @@ namespace alpr
|
||||
|
||||
bool regionIsValid(std::string templateregion);
|
||||
|
||||
std::vector<std::string> getPatterns();
|
||||
|
||||
private:
|
||||
Config* config;
|
||||
|
||||
|
Reference in New Issue
Block a user