mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
detection_result builds
This commit is contained in:
@@ -85,7 +85,7 @@ impl Detector {
|
||||
let mut bulls_eye_corners = self.get_bulls_eye_corners(p_center)?;
|
||||
|
||||
if is_mirror {
|
||||
bulls_eye_corners.swap(0,2);
|
||||
bulls_eye_corners.swap(0, 2);
|
||||
}
|
||||
|
||||
// 3. Get the size of the matrix and other parameters from the bull's eye
|
||||
|
||||
Reference in New Issue
Block a user