Removed unused functions from postprocess

This commit is contained in:
Matt Hill
2015-07-28 18:22:25 -04:00
parent 6f4c419a50
commit f3c91096e5
2 changed files with 1 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ namespace alpr
std::vector<Letter> letter_details;
};
bool wordCompare( const PPResult &left, const PPResult &right );
bool letterCompare( const Letter &left, const Letter &right );
@@ -77,7 +76,7 @@ namespace alpr
private:
Config* config;
//void getTopN();
void findAllPermutations(std::string templateregion, int topn);
bool analyzePermutation(std::vector<int> letterIndices, std::string templateregion, int topn);