mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 03:32:56 +08:00
Added setCountry function to main API.
This allows the country to be changed without reloading the library and runtime_data
This commit is contained in:
@@ -87,6 +87,10 @@ namespace alpr
|
||||
return AlprImpl::fromJson(json);
|
||||
}
|
||||
|
||||
void Alpr::setCountry(std::string country) {
|
||||
impl->setCountry(country);
|
||||
}
|
||||
|
||||
|
||||
void Alpr::setDetectRegion(bool detectRegion)
|
||||
{
|
||||
|
Reference in New Issue
Block a user