A fast posed multi-barcode detection algorithm. A thing I have been thinking about for over a decade now. Recognizes barcodes from a single pixel scan line which will have some good consequences for latency on hardware that supports configuration of the scan settings (the Ardu camera does for instance). This notebook covers all the tricks I have so far for getting it high speed, like exploiting the symmetry you get when a line crosses through a circle.
tomlarkworthy.github.io/lopebooks/notebooks/tomlarkworthy_coded-landmark…