mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 07:20:50 +08:00
Using explicity bit-length for longs to prevent overflow
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace alpr
|
||||
{
|
||||
@@ -94,7 +95,7 @@ namespace alpr
|
||||
AlprResults() {};
|
||||
virtual ~AlprResults() {};
|
||||
|
||||
long epoch_time;
|
||||
int64_t epoch_time;
|
||||
int img_width;
|
||||
int img_height;
|
||||
float total_processing_time_ms;
|
||||
|
Reference in New Issue
Block a user