Module interfaces
Source - DummyDebugger
- Debugger
- For use during development to help visualizing the pipeline stages
- Decoder
- To decode an array of symbols into bit string
- Encoder
- To encode a bit string into a Symcode Representation
- Finder
- To detect finder elements from a color image
- FinderElement
- Definition of a finder element
- Fitter
- Given an array of finder candidates positions, evaluate the “correct” perspective transform that
maps the image space to the object space.
- Reader
- Given a correct perspective transform, scan the image to read out a series of symbols
- Symbol
- Definition of a symbol
- SymcodeGenerator
- To generate a Symcode image for a given Symcode representation
- SymcodeScanner
- The scanning pipeline