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

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