mqr tests pass

This commit is contained in:
Henry Schimke
2023-04-25 12:50:54 -05:00
parent cf530422c9
commit b8b4bd523c
6 changed files with 6 additions and 3 deletions

View File

@@ -1023,8 +1023,8 @@ pub fn SampleMQR(image: &BitMatrix, fp: ConcentricPattern) -> Result<QRCodeDetec
dim,
dim,
&[SamplerControl {
p0: point_i(0, dim as u32),
p1: point_i(0, dim as u32),
p1: point_i(dim as u32, dim as u32),
p0: point_i(0, 0),
transform: bestPT,
}],
)?;