Commit Graph
3 Commits
Author SHA1 Message Date
Vukašin Stepanović 4a35cb6e99 use Self::new() for point creation 2023-02-16 07:03:02 +00:00
Vukašin Stepanović 049d27723d refactor aztec Detector::expand_square 2023-02-15 14:54:51 +00:00
Vukašin Stepanović 6b7099a03b remove indirection for RxingResultPoint
Previously, the struct was passed around everywhere as a
reference. It only holds two floats, so there's no real
need for indirection. Now it's being passed as a value.
2023-02-15 14:42:07 +00:00