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 Enumeration RunSpeed
Members
| Member name | Description |
---|
| Normal | No 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