mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 03:46:59 +08:00
Added setPrewarp() function to API. Resolves Issue #199
This commit is contained in:
@@ -91,6 +91,10 @@ namespace alpr
|
||||
impl->setCountry(country);
|
||||
}
|
||||
|
||||
void Alpr::setPrewarp(std::string prewarp_config) {
|
||||
impl->setPrewarp(prewarp_config);
|
||||
}
|
||||
|
||||
|
||||
void Alpr::setDetectRegion(bool detectRegion)
|
||||
{
|
||||
|
Reference in New Issue
Block a user