mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 04:36: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;
|
debugGeneral = !value;
|
||||||
debugTiming = !value;
|
debugTiming = !value;
|
||||||
|
@@ -119,7 +119,7 @@ namespace alpr
|
|||||||
bool debugShowImages;
|
bool debugShowImages;
|
||||||
bool debugPauseOnFrame;
|
bool debugPauseOnFrame;
|
||||||
|
|
||||||
void debugOff(bool value);
|
void setDebug(bool value);
|
||||||
|
|
||||||
std::string getKeypointsRuntimeDir();
|
std::string getKeypointsRuntimeDir();
|
||||||
std::string getCascadeRuntimeDir();
|
std::string getCascadeRuntimeDir();
|
||||||
|
Reference in New Issue
Block a user