mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 13:26:53 +08:00
Issue: when in "country mode", the regions of interest does not appear in JSON results
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