pub fn default_decoder<D>() -> Decoder<D, GrayImage, String>Expand description
Create a default Decoder
It will use the following components:
- prepare: BlockedMean
- detect: LineScan
- extract: QRExtractor
- decode: QRDecoder
This is meant to provide a good balance between speed and accuracy