[][src]Function bardecoder::default_builder

pub fn default_builder() -> DecoderBuilder<DynamicImage, GrayImage>

Create a default DecoderBuilder

It will use the following components:

  • prepare: BlockedMean
  • locate: LineScan
  • extract: QRExtractor
  • decode: QRDecoder

The builder can then be customised before creating the Decoder