Click or drag to resize

HolePunchRemovalCommandSpeedFactor Property

Determines the sample size of the image to process, affecting quality and speed.

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 virtual RunSpeed SpeedFactor { get; set; }

Property Value

Type: RunSpeed

Implements

IProcessSpeedConfigSpeedFactor
Remarks
This algorithm will resample the source image by 1 (Normal), 1/2 (Fast), 1/4 (Faster), or 1/8 (Fastest) prior to object detection. This setting can can heavily influence performance, sometimes at the expense of quality. Default value is Fast.
See Also