mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 18:46:52 +08:00
Added frame_number to API results
This commit is contained in:
@@ -110,10 +110,13 @@ namespace alpr
|
||||
class AlprResults
|
||||
{
|
||||
public:
|
||||
AlprResults() {};
|
||||
AlprResults() {
|
||||
frame_number = -1;
|
||||
};
|
||||
virtual ~AlprResults() {};
|
||||
|
||||
int64_t epoch_time;
|
||||
int64_t frame_number;
|
||||
int img_width;
|
||||
int img_height;
|
||||
float total_processing_time_ms;
|
||||
|
Reference in New Issue
Block a user