Removed unused function in alpr_impl

This commit is contained in:
Matt Hill
2016-03-27 13:48:51 -04:00
parent 350c871aa6
commit 063596f2bc

View File

@@ -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);