mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 11:10:54 +08:00
Added setPrewarp() function to API. Resolves Issue #199
This commit is contained in:
@@ -34,6 +34,8 @@ namespace alpr
|
||||
PreWarp(Config* config);
|
||||
virtual ~PreWarp();
|
||||
|
||||
void initialize(std::string prewarp_config);
|
||||
|
||||
cv::Mat warpImage(cv::Mat image);
|
||||
std::vector<cv::Point2f> projectPoints(std::vector<cv::Point2f> points, bool inverse);
|
||||
std::vector<cv::Rect> projectRects(std::vector<cv::Rect> rects, int maxWidth, int maxHeight, bool inverse);
|
||||
|
Reference in New Issue
Block a user