mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
DetectPureQR ported
This commit is contained in:
@@ -3,7 +3,7 @@ fn test_binarizer_init_empty() {
|
||||
assert!(rxing::helpers::detect_multiple_in_luma(DATA.to_vec(), 665, 286).is_ok())
|
||||
}
|
||||
|
||||
static DATA: [u8; 190190] = [
|
||||
const DATA: [u8; 190190] = [
|
||||
220, 224, 216, 219, 221, 223, 221, 217, 216, 212, 203, 207, 213, 214, 208, 209, 218, 223, 221,
|
||||
218, 212, 210, 202, 204, 209, 203, 211, 212, 216, 220, 223, 223, 221, 220, 219, 219, 219, 217,
|
||||
214, 213, 215, 215, 213, 214, 214, 209, 203, 204, 212, 219, 221, 220, 225, 221, 208, 202, 205,
|
||||
|
||||
Reference in New Issue
Block a user