mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:22:49 +08:00
Added OpenALPR version in constants. Incremented to 1.1.0
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#define OPENALPR_VERSION "1.0"
|
||||
|
||||
struct AlprPlate
|
||||
{
|
||||
@@ -77,6 +76,8 @@ class Alpr
|
||||
std::string toJson(const std::vector<AlprResult> results);
|
||||
|
||||
bool isLoaded();
|
||||
|
||||
static std::string getVersion();
|
||||
|
||||
private:
|
||||
AlprImpl* impl;
|
||||
|
Reference in New Issue
Block a user