diff --git a/src/qrcode/cpp_port/detector.rs b/src/qrcode/cpp_port/detector.rs index 26e1699..e0a5cf7 100644 --- a/src/qrcode/cpp_port/detector.rs +++ b/src/qrcode/cpp_port/detector.rs @@ -52,7 +52,7 @@ fn FindPattern(view: PatternView<'_>) -> Result> { { return false; } - IsPattern::(view, &PATTERN, spaceInPixel, 0.5, 0.0) != 0.0 + IsPattern::(view, &PATTERN, spaceInPixel, 0.1, 0.0) != 0.0 }, ) }