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); }