mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:37:00 +08:00
Using float for processing time variable
This commit is contained in:
@@ -83,7 +83,7 @@ class AlprResults
|
||||
long epoch_time;
|
||||
int img_width;
|
||||
int img_height;
|
||||
int total_processing_time_ms;
|
||||
float total_processing_time_ms;
|
||||
|
||||
std::vector<AlprPlateResult> plates;
|
||||
|
||||
|
Reference in New Issue
Block a user