port: rMQR: improve detection rate by using finder sub pattern

677fc21c7d
This commit is contained in:
Henry Schimke
2024-01-14 17:14:55 -06:00
parent 9aebf3acaf
commit 7f02bd0725
4 changed files with 132 additions and 15 deletions

View File

@@ -309,15 +309,6 @@ impl<T: Reader> AbstractBlackBoxTestCase<T> {
log::fine(format!("could not read at rotation {rotation} w/TH: {e:?}"));
}
}
// try {
// if (decode(bitmap, rotation, expectedText, expectedMetadata, true)) {
// tryHarderCounts[x]+=1;
// } else {
// tryHarderMisreadCounts[x]+=1;
// }
// } catch (ReaderException ignored) {
// log::fine(format!("could not read at rotation {} w/TH", rotation));
// }
}
}