mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 22:36:53 +08:00
Changed trex to onigura
This commit is contained in:
@@ -457,6 +457,11 @@ namespace alpr
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RegexRule::~RegexRule()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
RegexRule::RegexRule(string region, string pattern)
|
RegexRule::RegexRule(string region, string pattern)
|
||||||
{
|
{
|
||||||
this->original = pattern;
|
this->original = pattern;
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#ifndef OPENALPR_POSTPROCESS_H
|
#ifndef OPENALPR_POSTPROCESS_H
|
||||||
#define OPENALPR_POSTPROCESS_H
|
#define OPENALPR_POSTPROCESS_H
|
||||||
|
|
||||||
#include "TRexpp.h"
|
#include "support/regex/oniguruma.h"
|
||||||
#include "constants.h"
|
#include "constants.h"
|
||||||
#include "utility.h"
|
#include "utility.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
Reference in New Issue
Block a user