Added toJson function for single result

This commit is contained in:
Matt Hill
2016-10-23 10:48:57 -04:00
parent 469c4fd6d7
commit a8c3f90f9f
4 changed files with 22 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ namespace alpr
static std::string toJson(const AlprResults results);
static std::string toJson(const AlprPlateResult result);
static AlprResults fromJson(std::string json);
bool isLoaded();