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 EnumDeblurMode {
DM_SKIP = 0,
DM_DIRECT_BINARIZATION = 1,
DM_THRESHOLD_BINARIZATION = 2,
DM_GRAY_EQUALIZATION = 4,
DM_SMOOTHING = 8,
DM_MORPHING = 0x10,
DM_DEEP_ANALYSIS = 0x20,
DM_SHARPENING = 0x40
}
See C++ EnumDeblurMode for more info.
latest version