mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
slight performance improvement, detector
This commit is contained in:
@@ -51,7 +51,7 @@ impl Reader for AztecReader {
|
||||
) -> Result<RXingResult, Exceptions> {
|
||||
// let notFoundException = None;
|
||||
// let formatException = None;
|
||||
let mut detector = Detector::new(image.getBlackMatrix().clone());
|
||||
let mut detector = Detector::new(image.getBlackMatrix());
|
||||
let points;
|
||||
let decoderRXingResult: DecoderRXingResult;
|
||||
// try {
|
||||
|
||||
Reference in New Issue
Block a user