mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 22:06:52 +08:00
Added toJson function for single result
This commit is contained in:
@@ -82,6 +82,10 @@ namespace alpr
|
||||
{
|
||||
return AlprImpl::toJson(results);
|
||||
}
|
||||
std::string Alpr::toJson( AlprPlateResult result )
|
||||
{
|
||||
return AlprImpl::toJson(result);
|
||||
}
|
||||
|
||||
AlprResults Alpr::fromJson(std::string json) {
|
||||
return AlprImpl::fromJson(json);
|
||||
|
Reference in New Issue
Block a user