mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 23:22:51 +08:00
Added setPrewarp() function to API. Resolves Issue #199
This commit is contained in:
@@ -659,6 +659,11 @@ namespace alpr
|
||||
loadRecognizers();
|
||||
}
|
||||
|
||||
void AlprImpl::setPrewarp(std::string prewarp_config)
|
||||
{
|
||||
prewarp->initialize(prewarp_config);
|
||||
}
|
||||
|
||||
|
||||
void AlprImpl::setDetectRegion(bool detectRegion)
|
||||
{
|
||||
|
Reference in New Issue
Block a user