Added detection_mask_image to config

This commit is contained in:
Matt Hill
2016-03-14 22:23:47 -04:00
parent daa029b0cb
commit 7a1a9a671f
3 changed files with 9 additions and 0 deletions

View File

@@ -189,6 +189,8 @@ namespace alpr
skipDetection = getBoolean(ini, "", "skip_detection", false);
detection_mask_image = getString(ini, "", "detection_mask_image", "");
analysis_count = getInt(ini, "", "analysis_count", 1);
prewarp = getString(ini, "", "prewarp", "");

View File

@@ -60,6 +60,8 @@ namespace alpr
float contrastDetectionThreshold;
bool skipDetection;
std::string detection_mask_image;
int analysis_count;