mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 22:36:53 +08:00
Added JSON deserializer
This commit is contained in:
@@ -62,6 +62,11 @@ std::string Alpr::toJson( AlprResults results )
|
||||
return impl->toJson(results);
|
||||
}
|
||||
|
||||
AlprResults Alpr::fromJson(std::string json) {
|
||||
return impl->fromJson(json);
|
||||
}
|
||||
|
||||
|
||||
void Alpr::setDetectRegion(bool detectRegion)
|
||||
{
|
||||
impl->setDetectRegion(detectRegion);
|
||||
|
Reference in New Issue
Block a user