mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 05:56:52 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user