partial port of rss expanded tests, incomplete

This commit is contained in:
Henry Schimke
2022-12-16 11:17:10 -06:00
parent 919826b3ec
commit 04c4c146b7
11 changed files with 1290 additions and 1001 deletions

View File

@@ -21,6 +21,7 @@ use crate::RXingResultPoint;
/**
* Encapsulates an RSS barcode finder pattern, including its start/end position and row.
*/
#[derive(Clone)]
pub struct FinderPattern {
value: u32,
startEnd: [usize; 2],