mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 23:06:56 +08:00
Removed unused functions from postprocess
This commit is contained in:
@@ -386,12 +386,6 @@ namespace alpr
|
||||
return true;
|
||||
}
|
||||
|
||||
bool wordCompare( const PPResult &left, const PPResult &right )
|
||||
{
|
||||
if (left.totalscore < right.totalscore)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool letterCompare( const Letter &left, const Letter &right )
|
||||
{
|
||||
|
@@ -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