Using float for processing time variable

This commit is contained in:
Matt Hill
2014-10-25 13:31:08 -04:00
parent 1f64cfa029
commit ee2259eb42

View File

@@ -83,7 +83,7 @@ class AlprResults
long epoch_time; long epoch_time;
int img_width; int img_width;
int img_height; int img_height;
int total_processing_time_ms; float total_processing_time_ms;
std::vector<AlprPlateResult> plates; std::vector<AlprPlateResult> plates;