Commit Graph
6 Commits
Author SHA1 Message Date
Vukašin Stepanović 15280d5f98 Merge branch 'main' into pr/point_refactor 2023-02-16 07:19:36 +00:00
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
Vukašin Stepanović 755e4a6e69 add missing imports 2023-02-15 12:59:25 +00:00
Vukašin Stepanović 8ee616d96b refactor to use common result type 2023-02-14 23:01:05 +00:00