Skip to main content
This method smoothes the image using a nonlinear filter, preserving the sharp edges. The method is useful for images with texture.
This method can be used only for gray and color images which measure no less than 3 pixels in each dimension.

Syntax

C++

HRESULT SmoothTexture();

C#

void SmoothTexture();

Visual Basic .NET

Sub SmoothTexture()

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ImageDocument