mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:16:52 +08:00
Merge branch 'develop' of https://github.com/Silex/openalpr into develop
Conflicts: src/openalpr/regiondetector.cpp
This commit is contained in:
@@ -17,11 +17,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
|
||||
#include "simpleini/simpleini.h"
|
||||
#include "support/filesystem.h"
|
||||
|
||||
@@ -91,7 +89,6 @@ class Config
|
||||
int postProcessMinCharacters;
|
||||
int postProcessMaxCharacters;
|
||||
|
||||
|
||||
bool debugGeneral;
|
||||
bool debugTiming;
|
||||
bool debugStateId;
|
||||
@@ -125,5 +122,4 @@ class Config
|
||||
bool getBoolean(string section, string key, bool defaultValue);
|
||||
};
|
||||
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
Reference in New Issue
Block a user