Removed unused function prototype from characterAnalysis

This commit is contained in:
Matt Hill
2014-10-19 15:54:25 -04:00
parent f122eee12d
commit 2896d21868

View File

@@ -63,7 +63,6 @@ class CharacterAnalysis
void filterByOuterMask(TextContours& textContours);
std::vector<cv::Point> getCharArea(LineSegment topLine, LineSegment bottomLine);
std::vector<cv::Point> getBestVotedLines(cv::Mat img, TextContours textContours);
void filterBetweenLines(cv::Mat img, TextContours& textContours, std::vector<TextLine> textLines );
bool verifySize(cv::Mat r, float minHeightPx, float maxHeightPx);