Resolves issue #150 Automatically apply pattern matching for countries with only one pattern

This commit is contained in:
Matt Hill
2015-09-24 00:22:23 -04:00
parent 0c088fb2e8
commit c4d35e4e8d
3 changed files with 17 additions and 1 deletions

View File

@@ -74,6 +74,8 @@ namespace alpr
bool regionIsValid(std::string templateregion);
std::vector<std::string> getPatterns();
private:
Config* config;