mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 13:40:55 +08:00
Removed unused function prototype from characterAnalysis
This commit is contained in:
@@ -63,7 +63,6 @@ class CharacterAnalysis
|
|||||||
void filterByOuterMask(TextContours& textContours);
|
void filterByOuterMask(TextContours& textContours);
|
||||||
|
|
||||||
std::vector<cv::Point> getCharArea(LineSegment topLine, LineSegment bottomLine);
|
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 );
|
void filterBetweenLines(cv::Mat img, TextContours& textContours, std::vector<TextLine> textLines );
|
||||||
|
|
||||||
bool verifySize(cv::Mat r, float minHeightPx, float maxHeightPx);
|
bool verifySize(cv::Mat r, float minHeightPx, float maxHeightPx);
|
||||||
|
Reference in New Issue
Block a user