From ee2259eb42059d22efa529cbe79a0e07d1d4d779 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 25 Oct 2014 13:31:08 -0400 Subject: [PATCH] Using float for processing time variable --- src/openalpr/alpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/alpr.h b/src/openalpr/alpr.h index 6bec99c..1f774c7 100644 --- a/src/openalpr/alpr.h +++ b/src/openalpr/alpr.h @@ -83,7 +83,7 @@ class AlprResults long epoch_time; int img_width; int img_height; - int total_processing_time_ms; + float total_processing_time_ms; std::vector plates;