iDRS™ SDK 16
Loading...
Searching...
No Matches
CBarcodeEngineConfig Class Reference

CBarcodeEngineConfig contains the configuration for a barcode engine. More...

#include <idrs_common.h>

Inheritance diagram for CBarcodeEngineConfig:
CObjPtr CObj CObj

Detailed Description

CBarcodeEngineConfig contains the configuration for a barcode engine.

This class allows the barcode engines to define the following characteristics:

  • Associated barcode engine
  • Enable/disable the barcode engine
  • The operational workdepth for the barcode engine
  • Barcode results validation criteria
  • Preprocessing operations: operations that can be applied to the input images before barcode recognition
  • Barcode results postprocessing operations - operations that can be performed on the recognized barcodes
  • Barcode processing timeout
  • Specific options related to barcode types

Adding a new instance of this class to the barcode parameters will cause the barcode recognition process to call the supplied barcode engine with the parameters defined in this class.