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 EnumBinarizationMode{
BM_AUTO = 0x01,
BM_LOCAL_BLOCK = 0x02,
BM_SKIP = 0x00,
BM_THRESHOLD = 0x04,
BM_REV = 0x80000000
}
See C++ EnumBinarizationMode for more info.
latest version