Table of contents
Swift
Objective-C

EnumDeblurMode

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
}

This page is compatible for:

Is this page helpful?

YesYes NoNo