port: rMQR: improve pure detection of large symbols

c581d8b0bb
This commit is contained in:
Henry Schimke
2024-01-14 09:48:22 -06:00
parent 6faf506398
commit 9aebf3acaf
3 changed files with 22 additions and 15 deletions

View File

@@ -333,10 +333,12 @@ fn cpp_rmqr_blackbox_test_case() {
QrReader,
BarcodeFormat::RECTANGULAR_MICRO_QR_CODE,
);
tester.add_test(1, 1, 0.0);
tester.add_test(2, 2, 0.0);
tester.add_test(1, 1, 90.0);
tester.add_test(1, 1, 180.0);
tester.add_test(1, 1, 270.0);
tester.test_black_box();
}
//