mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Added setPrewarp() function to API. Resolves Issue #199
This commit is contained in:
@@ -93,6 +93,8 @@ namespace alpr
|
||||
AlprFullDetails analyzeSingleCountry(cv::Mat colorImg, cv::Mat grayImg, std::vector<cv::Rect> regionsOfInterest);
|
||||
|
||||
void setCountry(std::string country);
|
||||
void setPrewarp(std::string prewarp_config);
|
||||
|
||||
void setDetectRegion(bool detectRegion);
|
||||
void setTopN(int topn);
|
||||
void setDefaultRegion(std::string region);
|
||||
|
Reference in New Issue
Block a user