Added CUDA GPU support to detector

This commit is contained in:
Matt Hill
2015-03-08 10:25:30 -04:00
parent e4880f57f1
commit 6033e35775
7 changed files with 218 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ namespace alpr
runtimeBaseDir = getString("common", "runtime_dir", "/usr/share/openalpr/runtime_data");
gpu_mode = getInt("common", "gpu_mode", GPU_OFF);
detection_iteration_increase = getFloat("common", "detection_iteration_increase", 1.1);
detectionStrictness = getInt("common", "detection_strictness", 3);
maxPlateWidthPercent = getFloat("common", "max_plate_width_percent", 100);