mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 16:21:01 +08:00
Added OpenALPR version in constants. Incremented to 1.1.0
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define ALPRIMPL_H
|
||||
|
||||
#include <list>
|
||||
#include <sstream>
|
||||
|
||||
#include "alpr.h"
|
||||
#include "config.h"
|
||||
@@ -32,6 +33,8 @@
|
||||
#include "charactersegmenter.h"
|
||||
#include "ocr.h"
|
||||
|
||||
#include "constants.h"
|
||||
|
||||
#include "cjson.h"
|
||||
|
||||
#include <opencv2/core/core.hpp>
|
||||
@@ -59,6 +62,7 @@ class AlprImpl
|
||||
void setDefaultRegion(string region);
|
||||
|
||||
std::string toJson(const vector<AlprResult> results);
|
||||
static std::string getVersion();
|
||||
|
||||
Config* config;
|
||||
|
||||
|
Reference in New Issue
Block a user