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