Fixed compiler warnings (signed/unsigned comparisons, unused variables)

This commit is contained in:
Matt Hill
2014-08-28 21:57:10 -04:00
parent 5903e5fb8c
commit 1801733061
19 changed files with 133 additions and 131 deletions

View File

@@ -167,7 +167,7 @@ class PlateDispatcher
OCR* ocr;
Config* config;
int topN;
uint topN;
bool detectRegion;
std::string defaultRegion;