From 7a029ed1bfa1d09723061b35ee8642fafd9e6c62 Mon Sep 17 00:00:00 2001 From: Roberto Carvajal Date: Wed, 29 Apr 2015 14:32:15 -0300 Subject: [PATCH] fixed config option in template (lbpgpu instead of lbpcuda) --- config/openalpr.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/openalpr.conf.in b/config/openalpr.conf.in index 56530f0..acea200 100644 --- a/config/openalpr.conf.in +++ b/config/openalpr.conf.in @@ -32,7 +32,7 @@ max_detection_input_height = 720 ; detector is the technique used to find license plate regions in an image. Value can be set to ; lbpcpu - default LBP-based detector uses the system CPU -; lbpcuda - LBP-based detector that uses Nvidia GPU to increase recognition speed. +; lbpgpu - LBP-based detector that uses Nvidia GPU to increase recognition speed. ; morphcpu - Experimental detector that detects white rectangles in an image. Does not require training. detector = lbpcpu