Added setPrewarp() function to API. Resolves Issue #199

This commit is contained in:
Matt Hill
2016-02-14 16:31:02 -05:00
parent b46b7d4c2b
commit 2baab3da2a
6 changed files with 36 additions and 9 deletions

View File

@@ -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);