add alignment detect

This commit is contained in:
AleksandrPanov
2022-12-14 23:56:57 +03:00
parent 1788c93aea
commit a32143003d
4 changed files with 185 additions and 41 deletions
@@ -114,7 +114,6 @@ PERF_TEST_P_(Perf_Objdetect_QRCode_Multi, decodeMulti)
straight_barcode_sort.push_back(result[i].second);
}
SANITY_CHECK(decoded_info_sort);
SANITY_CHECK(straight_barcode_sort);
}
#endif