mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 16:36:53 +08:00
Added character bounding box and confidence to API output
This commit is contained in:
@@ -48,6 +48,7 @@ namespace alpr
|
||||
std::string letters;
|
||||
float totalscore;
|
||||
bool matchesTemplate;
|
||||
std::vector<Letter> letter_details;
|
||||
};
|
||||
|
||||
bool wordCompare( const PPResult &left, const PPResult &right );
|
||||
|
Reference in New Issue
Block a user