mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:46:59 +08:00
Added prewarp reset by passing in empty prewarp config
This commit is contained in:
@@ -103,6 +103,9 @@ namespace alpr
|
||||
if (config->debugTiming)
|
||||
cout << "Prewarp Initialization Time: " << diffclock(startTime, endTime) << "ms." << endl;
|
||||
}
|
||||
void PreWarp::clear() {
|
||||
this->valid = false;
|
||||
}
|
||||
|
||||
PreWarp::~PreWarp() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user