mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
prepare for v0.2.18 (wasm)
This commit is contained in:
@@ -237,7 +237,7 @@ impl<'a> Detector<'_> {
|
||||
transform: &PerspectiveTransform,
|
||||
dimension: u32,
|
||||
) -> Result<BitMatrix, Exceptions> {
|
||||
let sampler = DefaultGridSampler {};
|
||||
let sampler = DefaultGridSampler::default();
|
||||
sampler.sample_grid(image, dimension, dimension, transform)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user