mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 16:36:53 +08:00
Removed unused functions from postprocess
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user