Click or drag to resize

ImageDespeckle Method

This method performs adaptive noise removal if the current image is BW. For other image types this method does nothing.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Despeckle()
Remarks

Note that calling this method clears any existing recognition results. The OCRZones and Characters collections are cleared. The CharNum, WordNum, RejectedCharNum, RecognitionTime and FullRecognitionTime properties of the Statistics object are set to zero, the Recognized property of the Page object is set to False. This method de-skews all the stored image variants.

Calling this method sets the Modified property of the related Document to True.

See Also