mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:02:49 +08:00
Added JSON deserializer
This commit is contained in:
@@ -63,7 +63,6 @@ class AlprPlateResult
|
||||
virtual ~AlprPlateResult() {};
|
||||
|
||||
int requested_topn;
|
||||
int result_count;
|
||||
|
||||
AlprPlate bestPlate;
|
||||
std::vector<AlprPlate> topNPlates;
|
||||
@@ -116,6 +115,7 @@ class Alpr
|
||||
|
||||
|
||||
std::string toJson(const AlprResults results);
|
||||
AlprResults fromJson(std::string json);
|
||||
|
||||
bool isLoaded();
|
||||
|
||||
|
Reference in New Issue
Block a user