diff --git a/src/openalpr/textdetection/characteranalysis.h b/src/openalpr/textdetection/characteranalysis.h index 441444c..b853072 100644 --- a/src/openalpr/textdetection/characteranalysis.h +++ b/src/openalpr/textdetection/characteranalysis.h @@ -63,7 +63,6 @@ class CharacterAnalysis void filterByOuterMask(TextContours& textContours); std::vector getCharArea(LineSegment topLine, LineSegment bottomLine); - std::vector getBestVotedLines(cv::Mat img, TextContours textContours); void filterBetweenLines(cv::Mat img, TextContours& textContours, std::vector textLines ); bool verifySize(cv::Mat r, float minHeightPx, float maxHeightPx);