mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 14:40:49 +08:00
Added character bounding box and confidence to API output
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user