Added character bounding box and confidence to API output

This commit is contained in:
Matt Hill
2015-06-01 22:26:49 -04:00
parent 3fd5585c83
commit 4b6d2cc6ec
5 changed files with 92 additions and 8 deletions

View File

@@ -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 );