Added plate_index property to AlprPlateResult

This commit is contained in:
Matt Hill
2014-12-10 22:17:25 -05:00
parent 8275176cb5
commit b289b6461c

View File

@@ -80,6 +80,9 @@ namespace alpr
// the X/Y coordinates of the corners of the plate (clock-wise from top-left) // the X/Y coordinates of the corners of the plate (clock-wise from top-left)
AlprCoordinate plate_points[4]; 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 // When region detection is enabled, this returns the region. Region detection is experimental
int regionConfidence; int regionConfidence;
std::string region; std::string region;