Exemplo n.º 1
0
 public CustomProcessor() : base(new OpticalReaderLib.ZxingDecoder())
 {
     Normalizer = new OpticalReaderLib.BasicNormalizer();
     Enhancer   = new CustomEnhancer();
 }
Exemplo n.º 2
0
 public CustomProcessor()
     : base(new OpticalReaderLib.ZxingDecoder())
 {
     Normalizer = new OpticalReaderLib.BasicNormalizer();
     Enhancer = new CustomEnhancer();
 }