mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-13 05:23:43 +08:00
Added limit in post processing to stop after 10 consecutive non-valid permutations
This commit is contained in:
@@ -79,7 +79,7 @@ namespace alpr
|
||||
Config* config;
|
||||
//void getTopN();
|
||||
void findAllPermutations(std::string templateregion, int topn);
|
||||
void analyzePermutation(std::vector<int> letterIndices, std::string templateregion, int topn);
|
||||
bool analyzePermutation(std::vector<int> letterIndices, std::string templateregion, int topn);
|
||||
|
||||
void insertLetter(std::string letter, int charPosition, float score);
|
||||
|
||||
|
Reference in New Issue
Block a user