mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 01:16:50 +08:00
Renamed debugOff(bool) to setDebug(bool)
This commit is contained in:
@@ -241,7 +241,7 @@ namespace alpr
|
||||
|
||||
}
|
||||
|
||||
void Config::debugOff(bool value)
|
||||
void Config::setDebug(bool value)
|
||||
{
|
||||
debugGeneral = !value;
|
||||
debugTiming = !value;
|
||||
|
@@ -119,7 +119,7 @@ namespace alpr
|
||||
bool debugShowImages;
|
||||
bool debugPauseOnFrame;
|
||||
|
||||
void debugOff(bool value);
|
||||
void setDebug(bool value);
|
||||
|
||||
std::string getKeypointsRuntimeDir();
|
||||
std::string getCascadeRuntimeDir();
|
||||
|
Reference in New Issue
Block a user