mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Added JSON deserializer
This commit is contained in:
@@ -80,6 +80,7 @@ class AlprImpl
|
||||
void setDefaultRegion(std::string region);
|
||||
|
||||
std::string toJson( const AlprResults results );
|
||||
AlprResults fromJson(std::string json);
|
||||
static std::string getVersion();
|
||||
|
||||
Config* config;
|
||||
|
Reference in New Issue
Block a user