Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
enum EnumImagePreprocessingMode {
IPM_AUTO = 0x01,
IPM_GENERAL = 0x02,
IPM_GRAY_EQUALIZE = 0x04,
IPM_GRAY_SMOOTH = 0x08,
IPM_SHARPEN_SMOOTH = 0x10,
IPM_MORPHOLOGY = 0x20,
IPM_SKIP = 0x00,
IPM_REV = 0x80000000
}
See C++ EnumImagePreprocessingMode for more info.
latest version