mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 01:12:47 +08:00
Added regexrule class
This commit is contained in:
21
src/openalpr/postprocess/regexrule.cpp
Normal file
21
src/openalpr/postprocess/regexrule.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* File: regexrule.cpp
|
||||
* Author: mhill
|
||||
*
|
||||
* Created on April 28, 2015, 6:28 AM
|
||||
*/
|
||||
|
||||
#include "regexrule.h"
|
||||
|
||||
namespace alpr
|
||||
{
|
||||
|
||||
RegexRule::RegexRule() {
|
||||
}
|
||||
|
||||
|
||||
RegexRule::~RegexRule() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user