mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:16:50 +08:00
Added OpenALPR version in constants. Incremented to 1.1.0
This commit is contained in:
@@ -71,6 +71,11 @@ bool Alpr::isLoaded()
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string Alpr::getVersion()
|
||||
{
|
||||
return AlprImpl::getVersion();
|
||||
}
|
||||
|
||||
// Results code
|
||||
|
||||
AlprResult::AlprResult()
|
||||
|
Reference in New Issue
Block a user