mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-11 20:10:16 +08:00
Changed JSON serialization/deserialization functions to static
This commit is contained in:
@@ -114,8 +114,8 @@ class Alpr
|
||||
AlprResults recognize(unsigned char* pixelData, int bytesPerPixel, int imgWidth, int imgHeight, std::vector<AlprRegionOfInterest> regionsOfInterest);
|
||||
|
||||
|
||||
std::string toJson(const AlprResults results);
|
||||
AlprResults fromJson(std::string json);
|
||||
static std::string toJson(const AlprResults results);
|
||||
static AlprResults fromJson(std::string json);
|
||||
|
||||
bool isLoaded();
|
||||
|
||||
|
Reference in New Issue
Block a user