Merge pull request #478 from throuch/patch-2

Issue: when in "country mode", the regions of interest does not appea…
This commit is contained in:
Matthew Hill
2017-05-02 06:03:25 -04:00
committed by GitHub

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