Issue: when in "country mode", the regions of interest does not appear in JSON results

This commit is contained in:
throuch
2017-03-11 15:11:14 +01:00
committed by GitHub
parent 3559cbab1d
commit 4cbe8fe041

View File

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