Added OpenALPR version in constants. Incremented to 1.1.0

This commit is contained in:
Matt Hill
2014-04-20 12:57:52 -05:00
parent 5e234fe039
commit 0858369b09
6 changed files with 25 additions and 2 deletions

View File

@@ -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;