From 2896d2186880070d2a03c00c5d5a8a6a92138494 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 19 Oct 2014 15:54:25 -0400 Subject: [PATCH] Removed unused function prototype from characterAnalysis --- src/openalpr/textdetection/characteranalysis.h | 1 - 1 file changed, 1 deletion(-) 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);