Click or drag to resize

RunSpeed Enumeration

Defines the speed of processing at the expense of quality

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum RunSpeed
Members
  Member nameDescription
NormalNo sampling performed.
Fast Image is sampled by 1/2 for analysis.
Faster Image is sampled by 1/4 for analysis.
Fastest Image is sampled by 1/8 for analysis.
Remarks
Heuristically speaking, Fast and Faster option enhance speed 4 and 16 times compared to Normal, respectively.
See Also