mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 11:10:54 +08:00
Added prewarp reset by passing in empty prewarp config
This commit is contained in:
@@ -35,6 +35,7 @@ namespace alpr
|
||||
virtual ~PreWarp();
|
||||
|
||||
void initialize(std::string prewarp_config);
|
||||
void clear();
|
||||
|
||||
cv::Mat warpImage(cv::Mat image);
|
||||
std::vector<cv::Point2f> projectPoints(std::vector<cv::Point2f> points, bool inverse);
|
||||
|
Reference in New Issue
Block a user