mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 02:16:49 +08:00
Removed unused function in alpr_impl
This commit is contained in:
@@ -88,8 +88,6 @@ namespace alpr
|
||||
AlprResults recognize( cv::Mat img );
|
||||
AlprResults recognize( cv::Mat img, std::vector<cv::Rect> regionsOfInterest );
|
||||
|
||||
void applyRegionTemplate(AlprPlateResult* result, std::string region);
|
||||
|
||||
AlprFullDetails analyzeSingleCountry(cv::Mat colorImg, cv::Mat grayImg, std::vector<cv::Rect> regionsOfInterest);
|
||||
|
||||
void setCountry(std::string country);
|
||||
|
Reference in New Issue
Block a user