mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:22:49 +08:00
Added plate_index property to AlprPlateResult
This commit is contained in:
@@ -80,6 +80,9 @@ namespace alpr
|
||||
// the X/Y coordinates of the corners of the plate (clock-wise from top-left)
|
||||
AlprCoordinate plate_points[4];
|
||||
|
||||
// The index of the plate if there were multiple plates returned
|
||||
int plate_index;
|
||||
|
||||
// When region detection is enabled, this returns the region. Region detection is experimental
|
||||
int regionConfidence;
|
||||
std::string region;
|
||||
|
Reference in New Issue
Block a user