From 4cbe8fe04142c414e161140ae955824cf8ee29f6 Mon Sep 17 00:00:00 2001 From: throuch Date: Sat, 11 Mar 2017 15:11:14 +0100 Subject: [PATCH] Issue: when in "country mode", the regions of interest does not appear in JSON results --- src/openalpr/alpr_impl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openalpr/alpr_impl.cpp b/src/openalpr/alpr_impl.cpp index 024bb5a..c25102b 100644 --- a/src/openalpr/alpr_impl.cpp +++ b/src/openalpr/alpr_impl.cpp @@ -148,6 +148,7 @@ namespace alpr sub_results.results.epoch_time = start_time; sub_results.results.img_width = img.cols; sub_results.results.img_height = img.rows; + sub_results.results.regionsOfInterest = response.results.regionsOfInterest; country_aggregator.addResults(sub_results); }