mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 10:40:49 +08:00
Added setPrewarp() function to API. Resolves Issue #199
This commit is contained in:
@@ -140,6 +140,9 @@ namespace alpr
|
||||
// Set the country used for plate recognition
|
||||
void setCountry(std::string country);
|
||||
|
||||
// Update the prewarp setting without reloading the library
|
||||
void setPrewarp(std::string prewarp_config);
|
||||
|
||||
void setDetectRegion(bool detectRegion);
|
||||
void setTopN(int topN);
|
||||
void setDefaultRegion(std::string region);
|
||||
|
Reference in New Issue
Block a user