mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
integration tests
This commit is contained in:
@@ -405,7 +405,7 @@ impl ITFReader {
|
||||
* @return The decoded digit
|
||||
* @throws NotFoundException if digit cannot be decoded
|
||||
*/
|
||||
fn decodeDigit(&self,counters: &[u32]) -> Result<u32, Exceptions> {
|
||||
fn decodeDigit(&self, counters: &[u32]) -> Result<u32, Exceptions> {
|
||||
let mut bestVariance = MAX_AVG_VARIANCE; // worst variance we'll accept
|
||||
let mut bestMatch = -1_isize;
|
||||
let max = PATTERNS.len();
|
||||
|
||||
Reference in New Issue
Block a user