mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
Passing blackbox tests aztec
This commit is contained in:
@@ -76,6 +76,7 @@ impl Detector {
|
||||
* @throws NotFoundException if no Aztec Code can be found
|
||||
*/
|
||||
pub fn detect(&mut self, is_mirror: bool) -> Result<AztecDetectorRXingResult, Exceptions> {
|
||||
// dbg!(self.image.to_string());
|
||||
// 1. Get the center of the aztec matrix
|
||||
let p_center = self.get_matrix_center();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user