incomplete port of aztec detector

This commit is contained in:
Henry Schimke
2022-09-20 14:57:55 -05:00
parent 1a0f04736c
commit 2313085ae9
4 changed files with 711 additions and 559 deletions

View File

@@ -823,7 +823,7 @@ use crate::common::detector::MathUtils;
*
* @author Sean Owen
*/
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub struct RXingResultPoint {
x: f32,
y: f32,