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

@@ -107,6 +107,7 @@ namespace alpr
bool detectRegion;
std::string defaultRegion;
std::vector<AlprCoordinate> getCharacterPoints(cv::Rect char_rect, PipelineData* pipeline_data);
std::vector<cv::Rect> convertRects(std::vector<AlprRegionOfInterest> regionsOfInterest);
};